Class: Quickfix::LegPaymentStubEndDateRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentStubEndDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubEndDateRelativeTo
constructor
A new instance of LegPaymentStubEndDateRelativeTo.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubEndDateRelativeTo
Returns a new instance of LegPaymentStubEndDateRelativeTo.
67073 67074 67075 67076 67077 67078 67079 |
# File 'lib/quickfix_fields.rb', line 67073 def initialize(data = nil) if( data == nil ) super(42490) else super(42490, data) end end |