コード例 #1
0
//SetUnderlyingCouponRate sets UnderlyingCouponRate, Tag 435
func (m NoQuoteSets) SetUnderlyingCouponRate(value decimal.Decimal, scale int32) {
	m.Set(field.NewUnderlyingCouponRate(value, scale))
}
コード例 #2
0
//SetUnderlyingCouponRate sets UnderlyingCouponRate, Tag 435
func (m OrderMassCancelRequest) SetUnderlyingCouponRate(v float64) {
	m.Set(field.NewUnderlyingCouponRate(v))
}
コード例 #3
0
//SetUnderlyingCouponRate sets UnderlyingCouponRate, Tag 435
func (m NoQuoteSets) SetUnderlyingCouponRate(v float64) {
	m.Set(field.NewUnderlyingCouponRate(v))
}
コード例 #4
0
//SetUnderlyingCouponRate sets UnderlyingCouponRate, Tag 435
func (m DerivativeSecurityListRequest) SetUnderlyingCouponRate(v float64) {
	m.Set(field.NewUnderlyingCouponRate(v))
}
コード例 #5
0
//SetUnderlyingCouponRate sets UnderlyingCouponRate, Tag 435
func (m NoRelatedSym) SetUnderlyingCouponRate(value decimal.Decimal, scale int32) {
	m.Set(field.NewUnderlyingCouponRate(value, scale))
}
コード例 #6
0
//SetUnderlyingCouponRate sets UnderlyingCouponRate, Tag 435
func (m NoRelatedSym) SetUnderlyingCouponRate(v float64) {
	m.Set(field.NewUnderlyingCouponRate(v))
}
コード例 #7
0
//SetUnderlyingCouponRate sets UnderlyingCouponRate, Tag 435
func (m DerivativeSecurityListRequest) SetUnderlyingCouponRate(value decimal.Decimal, scale int32) {
	m.Set(field.NewUnderlyingCouponRate(value, scale))
}