Skip to content

Commit cfadeb4

Browse files
update description of expiresAtMillis on orders in public API
1 parent fd440a8 commit cfadeb4

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

python/sdk/src/openapi_client/docs/CreateOrderRequestSignedFields.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/sdk/src/openapi_client/models/create_order_request_signed_fields.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/trade-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ components:
104104
expiresAtMillis:
105105
type: integer
106106
format: int64
107-
description: timestamp in millis at which order will expire. Defaults to 1 month for LIMIT orders if not provided
107+
description: The timestamp in millis at which order will expire.
108108
example: 12345665432
109109
signedAtMillis:
110110
type: integer

rust/gen/bluefin_api/docs/CreateOrderRequestSignedFields.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/gen/bluefin_api/src/models/create_order_request_signed_fields.rs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/sdk/src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2047,7 +2047,7 @@ export interface CreateOrderRequestSignedFields {
20472047
*/
20482048
'idsId': string;
20492049
/**
2050-
* timestamp in millis at which order will expire. Defaults to 1 month for LIMIT orders if not provided
2050+
* The timestamp in millis at which order will expire.
20512051
* @type {number}
20522052
* @memberof CreateOrderRequestSignedFields
20532053
*/

ts/sdk/src/docs/CreateOrderRequestSignedFields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
1414
**isIsolated** | **boolean** | Is this order isolated or cross margin. Note market must be set to the same mode. | [default to false]
1515
**salt** | **string** | The random generated SALT. Should always be a number | [default to undefined]
1616
**idsId** | **string** | the ID of the internal datastore for the target network | [default to undefined]
17-
**expiresAtMillis** | **number** | timestamp in millis at which order will expire. Defaults to 1 month for LIMIT orders if not provided | [default to undefined]
17+
**expiresAtMillis** | **number** | The timestamp in millis at which order will expire. | [default to undefined]
1818
**signedAtMillis** | **number** | The timestamp in millis at which the request was signed | [default to undefined]
1919

2020
## Example

0 commit comments

Comments
 (0)