2
0

quote.go 103 B

123456789
  1. package sentio
  2. type Quote struct {
  3. AskPrice float64
  4. AskSize int
  5. BidPrice float64
  6. BidSize int
  7. }