Class: Quickfix::LegPaymentStubStartDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStubStartDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubStartDateRelativeTo
constructor
A new instance of LegPaymentStubStartDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubStartDateRelativeTo
Returns a new instance of LegPaymentStubStartDateRelativeTo.
67190 67191 67192 67193 67194 67195 67196 |
# File 'lib/quickfix_fields.rb', line 67190 def initialize(data = nil) if( data == nil ) super(42499) else super(42499, data) end end |
Class Method Details
.field ⇒ Object
67187 67188 67189 |
# File 'lib/quickfix_fields.rb', line 67187 def LegPaymentStubStartDateRelativeTo.field return 42499 end |