This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
Gshopper
/
sentio
Segui
2
Vota
0
Forka
0
File
Albero (Tree):
1b454452e2
Rami (Branch)
Tag
main
0.0.1
sentio
/
quote.go
quote.go
103 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
package sentio
type Quote struct {
AskPrice float64
AskSize int
BidPrice float64
BidSize int
}