This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
Gshopper
/
sentio
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Arbore:
4f96d9789e
Ramuri
Etichete
main
0.0.1
sentio
/
quote.go
quote.go
103 B
Istoric
Crud
1
2
3
4
5
6
7
8
9
package sentio
type Quote struct {
AskPrice float64
AskSize int
BidPrice float64
BidSize int
}