interval property
Optional Swap Interval ncy in blocks. The default is 1 - time-optimised means getting the trade done quickly, regardless of the cost.
Implementation
@$pb.TagNumber(1)
$core.String get interval => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set interval($core.String v) {
$_setString(0, v);
}