This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
Gshopper
/
sentio
Figyelés
2
Kedvenc
0
Másolás
0
Fájlok
Fa:
4d09214a73
Branch-ok
Tag-ek
main
0.0.1
sentio
/
quote.go
quote.go
103 B
Előzmények
Nyers
1
2
3
4
5
6
7
8
9
package sentio
type Quote struct {
AskPrice float64
AskSize int
BidPrice float64
BidSize int
}