This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
Gshopper
/
sentio
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Árvore:
2b6a1df35f
Ramos
Etiquetas
main
0.0.1
sentio
/
quote.go
quote.go
103 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
9
package sentio
type Quote struct {
AskPrice float64
AskSize int
BidPrice float64
BidSize int
}