package sentio type OrderCreateOptions struct { Symbol string Action Action Limit *float64 Size uint TakeProfit *float64 StopLoss *float64 } type OrderUpdateOptions struct { TakeProfit *float64 StopLoss *float64 }