Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.31 KB

File metadata and controls

25 lines (20 loc) · 1.31 KB

Io.Gate.GateApi.Model.SymbolsDataList

Trading symbol information

Properties

Name Type Description Notes
Symbol string Trading symbol code [optional]
SymbolDesc string Trading symbol description [optional]
CategoryId int Category ID [optional]
Status string Trading status (open=tradable, closed=non-tradable) [optional]
TradeMode string Trading mode code (0=disabled, 1=long only, 2=short only, 3=close only, 4=full trading access) [optional]
IconLink string Symbol icon URL [optional]
CloseTime long Close time (Unix timestamp in seconds) [optional]
OpenTime long Open time (Unix timestamp in seconds) [optional]
NextOpenTime long Next open time (Unix timestamp in seconds, 0 means none) [optional]
SettlementCurrency string Settlement currency [optional]
SettlementCurrencySymbol string Settlement currency symbol [optional]
PricePrecision int Price precision (decimal places) [optional]

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