-
Notifications
You must be signed in to change notification settings - Fork 105
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
Showing
78 changed files
with
8,653 additions
and
99 deletions.
There are no files selected for viewing
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
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
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,25 @@ | ||
# DualGetOrders | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**id** | **int** | Order ID | [optional] | ||
**plan_id** | **int** | Plan ID | [optional] | ||
**copies** | **str** | Copies | [optional] | ||
**invest_amount** | **str** | Investment Amount | [optional] | ||
**settlement_amount** | **str** | Settlement Amount | [optional] | ||
**create_time** | **int** | Creation time | [optional] | ||
**complete_time** | **int** | Completion Time | [optional] | ||
**status** | **str** | Status: `INIT`-INIT `SETTLEMENT_SUCCESS`-Settlement Success `SETTLEMENT_PROCESSING`-SEttlement Processing `CANCELED`-Canceled `FAILED`-Failed | [optional] | ||
**invest_currency** | **str** | Investment Currency | [optional] | ||
**exercise_currency** | **str** | Strike Currency | [optional] | ||
**exercise_price** | **str** | Strike price | [optional] | ||
**settlement_price** | **str** | settlement price | [optional] | ||
**settlement_currency** | **str** | Settle currency | [optional] | ||
**apy_display** | **str** | APY | [optional] | ||
**apy_settlement** | **str** | Settlement APY | [optional] | ||
**delivery_time** | **int** | Settlement time | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.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,22 @@ | ||
# DualGetPlans | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**id** | **int** | Plan ID | [optional] | ||
**instrument_name** | **str** | Instrument Name | [optional] | ||
**invest_currency** | **str** | Investment Currency | [optional] | ||
**exercise_currency** | **str** | Strike Currency | [optional] | ||
**exercise_price** | **float** | Strike price | [optional] | ||
**delivery_time** | **int** | Settlement time | [optional] | ||
**min_copies** | **int** | Minimum Copies | [optional] | ||
**max_copies** | **int** | Maximum Copies | [optional] | ||
**per_value** | **str** | Per Unit Value | [optional] | ||
**apy_display** | **str** | APY | [optional] | ||
**start_time** | **int** | start time | [optional] | ||
**end_time** | **int** | Finished time | [optional] | ||
**status** | **str** | Status: `NOTSTARTED`-not started `ONGOING`-ongoing `ENDED`-ended | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
Oops, something went wrong.