This website works better with JavaScript
Главная
Обзор
Помощь
Вход
Gshopper
/
sentio
Следить
2
В избранное
0
Ответвить
0
Файлы
Дерево:
4409f31caa
Ветки
Метки
main
0.0.1
sentio
/
quote.go
quote.go
103 B
История
Исходник
1
2
3
4
5
6
7
8
9
package sentio
type Quote struct {
AskPrice float64
AskSize int
BidPrice float64
BidSize int
}