menu
coinbase_cloud_advanced_trade_client package
documentation
models.dart
StopLimitGTC
StopLimitGTC.new constructor
StopLimitGTC.new constructor
dark_mode
light_mode
StopLimitGTC
constructor
StopLimitGTC
(
double
?
quoteSize
,
double
?
baseSize
,
double
?
limitPrice
,
double
?
stopPrice
,
String
?
stopDirection
,
)
Implementation
StopLimitGTC(this.quoteSize, this.baseSize, this.limitPrice, this.stopPrice, this.stopDirection);
coinbase_cloud_advanced_trade_client package
documentation
models
StopLimitGTC
StopLimitGTC.new constructor
StopLimitGTC class