menu
coinbase_cloud_advanced_trade_client package
documentation
models.dart
LimitGTC
LimitGTC.new constructor
LimitGTC.new constructor
dark_mode
light_mode
LimitGTC
constructor
LimitGTC
(
double
?
quoteSize
,
double
?
baseSize
,
double
?
limitPrice
,
bool
?
postOnly
,
)
Implementation
LimitGTC(this.quoteSize, this.baseSize, this.limitPrice, this.postOnly);
coinbase_cloud_advanced_trade_client package
documentation
models
LimitGTC
LimitGTC.new constructor
LimitGTC class