Class: Quickfix::LegPaymentStreamFinalPricePaymentDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamFinalPricePaymentDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamFinalPricePaymentDateRelativeTo
constructor
A new instance of LegPaymentStreamFinalPricePaymentDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamFinalPricePaymentDateRelativeTo
Returns a new instance of LegPaymentStreamFinalPricePaymentDateRelativeTo.
66605 66606 66607 66608 66609 66610 66611 |
# File 'lib/quickfix_fields.rb', line 66605 def initialize(data = nil) if( data == nil ) super(42454) else super(42454, data) end end |
Class Method Details
.field ⇒ Object
66602 66603 66604 |
# File 'lib/quickfix_fields.rb', line 66602 def LegPaymentStreamFinalPricePaymentDateRelativeTo.field return 42454 end |