コード例 #1
0
//SetUnderlyingEndValue sets UnderlyingEndValue, Tag 886
func (m DerivativeSecurityListRequest) SetUnderlyingEndValue(value decimal.Decimal, scale int32) {
	m.Set(field.NewUnderlyingEndValue(value, scale))
}
コード例 #2
0
//SetUnderlyingEndValue sets UnderlyingEndValue, Tag 886
func (m DerivativeSecurityListRequest) SetUnderlyingEndValue(v float64) {
	m.Set(field.NewUnderlyingEndValue(v))
}