Class: Quickfix::LegPaymentStreamCompoundingStartDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamCompoundingStartDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingStartDateRelativeTo
constructor
A new instance of LegPaymentStreamCompoundingStartDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingStartDateRelativeTo
Returns a new instance of LegPaymentStreamCompoundingStartDateRelativeTo.
66501 66502 66503 66504 66505 66506 66507 |
# File 'lib/quickfix_fields.rb', line 66501 def initialize(data = nil) if( data == nil ) super(42446) else super(42446, data) end end |
Class Method Details
.field ⇒ Object
66498 66499 66500 |
# File 'lib/quickfix_fields.rb', line 66498 def LegPaymentStreamCompoundingStartDateRelativeTo.field return 42446 end |