Class: Quickfix::ComplexEventDateAdjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ComplexEventDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventDateAdjusted
constructor
A new instance of ComplexEventDateAdjusted.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventDateAdjusted
Returns a new instance of ComplexEventDateAdjusted.
41112 41113 41114 41115 41116 41117 41118 |
# File 'lib/quickfix_fields.rb', line 41112 def initialize(data = nil) if( data == nil ) super(41026) else super(41026, data) end end |