Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 909 Bytes

File metadata and controls

26 lines (21 loc) · 909 Bytes

bind_api.model.LimitOrder

Load the model package

import 'package:bind_api/api.dart';

Properties

Name Type Description Notes
orderId String
direction String
assetSourceId String
assetSourceCode String
assetTargetId String
assetTargetCode String
isExecuted bool
isCancelled bool
amount num how much of an asset will be bought or sold to close this order
amountFulfilled num how much of an asset is already bought or sold
rate num
creationTime DateTime

[Back to Model list] [Back to API list] [Back to README]