This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Gshopper
/
sentio
Suivre
2
Voter
0
Fork
0
Fichiers
Aborescence:
f079b42109
Branches
Tags
main
0.0.1
sentio
/
quote.go
quote.go
103 B
Historique
Raw
1
2
3
4
5
6
7
8
9
package sentio
type Quote struct {
AskPrice float64
AskSize int
BidPrice float64
BidSize int
}