Class: Quickfix::UnderlyingPaymentStreamRateIndex2IDSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamRateIndex2IDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndex2IDSource
constructor
A new instance of UnderlyingPaymentStreamRateIndex2IDSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndex2IDSource
Returns a new instance of UnderlyingPaymentStreamRateIndex2IDSource.
78500 78501 78502 78503 78504 78505 78506 |
# File 'lib/quickfix_fields.rb', line 78500 def initialize(data = nil) if( data == nil ) super(43123) else super(43123, data) end end |
Class Method Details
.field ⇒ Object
78497 78498 78499 |
# File 'lib/quickfix_fields.rb', line 78497 def .field return 43123 end |