Class: Quickfix::LegPaymentStubStartDateRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentStubStartDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubStartDateRelativeTo
constructor
A new instance of LegPaymentStubStartDateRelativeTo.
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 |