order_options.go 160 B

12345678910
  1. package sentio
  2. type OrderOptions struct {
  3. Symbol string
  4. Action Action
  5. Limit float64
  6. Size uint
  7. TakeProfit float64
  8. StopLoss float64
  9. }