-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Concourse
committed
Feb 1, 2024
1 parent
b22b536
commit 6d3d0e4
Showing
17 changed files
with
3,300 additions
and
25 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
|
||
# BlockAndOrder | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**block** | [**Block**](Block.md) | | | | ||
|**order** | [**Order**](Order.md) | | | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
# BlockAndOrderCreateRequest | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**requests** | [**List<BlockAndOrderRequest>**](BlockAndOrderRequest.md) | A collection of BlockAndOrderRequest. | | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
|
||
|
||
# BlockAndOrderRequest | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**blockId** | [**ResourceId**](ResourceId.md) | | | | ||
|**orderId** | [**ResourceId**](ResourceId.md) | | | | ||
|**orderProperties** | [**Map<String, PerpetualProperty>**](PerpetualProperty.md) | Client-defined properties associated with this order. | [optional] | | ||
|**blockProperties** | [**Map<String, PerpetualProperty>**](PerpetualProperty.md) | Client-defined properties associated with this block. | [optional] | | ||
|**instrumentIdentifiers** | **Map<String, String>** | The instrument ordered. | | | ||
|**quantity** | **java.math.BigDecimal** | The quantity of given instrument ordered. | | | ||
|**side** | **String** | The client's representation of the order's side (buy, sell, short, etc) | | | ||
|**orderBookId** | [**ResourceId**](ResourceId.md) | | [optional] | | ||
|**portfolioId** | [**ResourceId**](ResourceId.md) | | [optional] | | ||
|**state** | **String** | The order's state (examples: New, PartiallyFilled, ...) | [optional] | | ||
|**type** | **String** | The order's type (examples: Limit, Market, ...) | [optional] | | ||
|**timeInForce** | **String** | The order's time in force (examples: Day, GoodTilCancel, ...) | [optional] | | ||
|**date** | **OffsetDateTime** | The date on which the order was made | [optional] | | ||
|**price** | [**CurrencyAndAmount**](CurrencyAndAmount.md) | | [optional] | | ||
|**limitPrice** | [**CurrencyAndAmount**](CurrencyAndAmount.md) | | [optional] | | ||
|**stopPrice** | [**CurrencyAndAmount**](CurrencyAndAmount.md) | | [optional] | | ||
|**orderInstruction** | [**ResourceId**](ResourceId.md) | | [optional] | | ||
|**_package** | [**ResourceId**](ResourceId.md) | | [optional] | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
|
||
# ResourceListOfBlockAndOrder | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**values** | [**List<BlockAndOrder>**](BlockAndOrder.md) | | | | ||
|**href** | **URI** | | [optional] | | ||
|**links** | [**List<Link>**](Link.md) | | [optional] | | ||
|**nextPage** | **String** | | [optional] | | ||
|**previousPage** | **String** | | [optional] | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.