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