Ejemplo n.º 1
0
//SetOfferPx sets OfferPx, Tag 133
func (m Quote) SetOfferPx(value decimal.Decimal, scale int32) {
	m.Set(field.NewOfferPx(value, scale))
}
Ejemplo n.º 2
0
//SetOfferPx sets OfferPx, Tag 133
func (m NoQuoteEntries) SetOfferPx(value decimal.Decimal, scale int32) {
	m.Set(field.NewOfferPx(value, scale))
}
Ejemplo n.º 3
0
//SetOfferPx sets OfferPx, Tag 133
func (m NoQuoteEntries) SetOfferPx(v float64) {
	m.Set(field.NewOfferPx(v))
}
Ejemplo n.º 4
0
//SetOfferPx sets OfferPx, Tag 133
func (m Quote) SetOfferPx(v float64) {
	m.Set(field.NewOfferPx(v))
}
//SetOfferPx sets OfferPx, Tag 133
func (m QuoteStatusReport) SetOfferPx(v float64) {
	m.Set(field.NewOfferPx(v))
}