This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
Gshopper
/
sentio
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Ağaç:
54833eee24
Dallar
Biçim İmleri
main
0.0.1
sentio
/
quote.go
quote.go
103 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
9
package sentio
type Quote struct {
AskPrice float64
AskSize int
BidPrice float64
BidSize int
}