Class: Quickfix::ComplexEventFixingTime
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ComplexEventFixingTime
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventFixingTime
constructor
A new instance of ComplexEventFixingTime.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventFixingTime
Returns a new instance of ComplexEventFixingTime.
41125 41126 41127 41128 41129 41130 41131 |
# File 'lib/quickfix_fields.rb', line 41125 def initialize(data = nil) if( data == nil ) super(41027) else super(41027, data) end end |