Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1006 Bytes

MultiCollateralRecord.md

File metadata and controls

20 lines (15 loc) · 1006 Bytes

Io.Gate.GateApi.Model.MultiCollateralRecord

Multi-Collateral adjustment record.

Properties

Name Type Description Notes
OrderId long Order ID [optional]
RecordId long Collateral record ID [optional]
BeforeLtv string The collateral ratio before adjustment [optional]
AfterLtv string The collateral ratio before adjustment [optional]
OperateTime long Operation time, timestamp in seconds. [optional]
BorrowCurrencies List<MultiCollateralRecordCurrency> Borrowing Currency List [optional]
CollateralCurrencies List<MultiCollateralRecordCurrency> Collateral Currency List [optional]

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