This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
Gshopper
/
sentio
Liatin
2
Bintangi
0
Fork
0
Berkas
Pohon:
54833eee24
Ranting
Tag
main
0.0.1
sentio
/
quote.go
quote.go
103 B
Riwayat
Mentahan
1
2
3
4
5
6
7
8
9
package sentio
type Quote struct {
AskPrice float64
AskSize int
BidPrice float64
BidSize int
}