Class: Quickfix::UnderlyingPaymentStreamFinalPricePaymentDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamFinalPricePaymentDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFinalPricePaymentDateRelativeTo
constructor
A new instance of UnderlyingPaymentStreamFinalPricePaymentDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFinalPricePaymentDateRelativeTo
Returns a new instance of UnderlyingPaymentStreamFinalPricePaymentDateRelativeTo.
73287 73288 73289 73290 73291 73292 73293 |
# File 'lib/quickfix_fields.rb', line 73287 def initialize(data = nil) if( data == nil ) super(42950) else super(42950, data) end end |
Class Method Details
.field ⇒ Object
73284 73285 73286 |
# File 'lib/quickfix_fields.rb', line 73284 def .field return 42950 end |