This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
Gshopper
/
sentio
ウォッチ
2
スター
0
フォーク
0
ファイル
ツリー:
b5dbf91943
ブランチ
タグ
main
0.0.1
sentio
/
quote.go
quote.go
103 B
履歴
Raw
1
2
3
4
5
6
7
8
9
package sentio
type Quote struct {
AskPrice float64
AskSize int
BidPrice float64
BidSize int
}