-
Notifications
You must be signed in to change notification settings - Fork 82
DX-076: Write /concepts/order-types #588
Copy link
Copy link
Open
Labels
GrantFox OSSIssue tracked in GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardIssue may be eligible for a GrantFox rewardStellar WaveIssues in the Stellar wave programIssues in the Stellar wave programThird CampaignCampaign: Third CampaignCampaign: Third CampaigndocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Activity
Metadata
Metadata
Assignees
Labels
GrantFox OSSIssue tracked in GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardIssue may be eligible for a GrantFox rewardStellar WaveIssues in the Stellar wave programIssues in the Stellar wave programThird CampaignCampaign: Third CampaignCampaign: Third CampaigndocumentationImprovements or additions to documentationImprovements or additions to documentation
Context
The interface offers market, limit, and trigger orders. Each carries a different
execution guarantee, and the difference between "this will fill" and "this may
fill" is exactly what a reader needs to understand before relying on a stop.
Scope
relates to execution price, and the conditions under which a stop does not
protect a position.
states the interface and indexer actually use.
Acceptance criteria
apps/webimplementations, with filepaths named.
Out of scope
Spec:
docs/dx_1/003_content_map.md§3 · Depends on: DX-075