Ejemplo n.º 1
0
//SetMaxShow sets MaxShow, Tag 210
func (m NewOrderSingle) SetMaxShow(v float64) {
	m.Set(field.NewMaxShow(v))
}
//SetMaxShow sets MaxShow, Tag 210
func (m NewOrderSingle) SetMaxShow(value decimal.Decimal, scale int32) {
	m.Set(field.NewMaxShow(value, scale))
}
//SetMaxShow sets MaxShow, Tag 210
func (m OrderCancelReplaceRequest) SetMaxShow(value decimal.Decimal, scale int32) {
	m.Set(field.NewMaxShow(value, scale))
}
Ejemplo n.º 4
0
//SetMaxShow sets MaxShow, Tag 210
func (m NewOrderList) SetMaxShow(v float64) {
	m.Set(field.NewMaxShow(v))
}
Ejemplo n.º 5
0
//SetMaxShow sets MaxShow, Tag 210
func (m NoOrders) SetMaxShow(v float64) {
	m.Set(field.NewMaxShow(v))
}
//SetMaxShow sets MaxShow, Tag 210
func (m OrderCancelReplaceRequest) SetMaxShow(v float64) {
	m.Set(field.NewMaxShow(v))
}
Ejemplo n.º 7
0
//SetMaxShow sets MaxShow, Tag 210
func (m ExecutionReport) SetMaxShow(v float64) {
	m.Set(field.NewMaxShow(v))
}