Class: Quickfix::UnderlyingPaymentStreamRateOrAmountCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamRateOrAmountCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateOrAmountCurrency
constructor
A new instance of UnderlyingPaymentStreamRateOrAmountCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateOrAmountCurrency
Returns a new instance of UnderlyingPaymentStreamRateOrAmountCurrency.
35314 35315 35316 35317 35318 35319 35320 |
# File 'lib/quickfix_fields.rb', line 35314 def initialize(data = nil) if( data == nil ) super(40617) else super(40617, data) end end |
Class Method Details
.field ⇒ Object
35311 35312 35313 |
# File 'lib/quickfix_fields.rb', line 35311 def UnderlyingPaymentStreamRateOrAmountCurrency.field return 40617 end |