Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.09 KB

CreateMultiCollateralOrder.md

File metadata and controls

20 lines (16 loc) · 1.09 KB

Io.Gate.GateApi.Model.CreateMultiCollateralOrder

Properties

Name Type Description Notes
OrderId string Order ID [optional]
OrderType string current - current, fixed - fixed, if not specified, default to current [optional]
FixedType string Fixed interest rate loan period: 7d - 7 days, 30d - 30 days. Must be provided for fixed [optional]
FixedRate string Fixed interest rate, must be specified for fixed [optional]
AutoRenew bool Fixed interest rate, automatic renewal [optional]
AutoRepay bool Fixed interest rate, automatic repayment [optional]
BorrowCurrency string Borrowed currency
BorrowAmount string Borrowing amount
CollateralCurrencies List<CollateralCurrency> Collateral currency and amount [optional]

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