Skip to main content

time_in_force_to_binance_spot

Function time_in_force_to_binance_spot 

Source
pub fn time_in_force_to_binance_spot(
    tif: TimeInForce,
) -> Result<BinanceTimeInForce>
Expand description

Converts a Nautilus time in force to Binance Spot time in force.

Binance Spot only supports GTC, IOC, and FOK. GTD and other TIF values are rejected.

ยงErrors

Returns an error if the time in force is not supported on Binance Spot.