Class: Quickfix::ComplexEventEndDate
- Inherits:
-
UtcDateField
- Object
- UtcDateField
- Quickfix::ComplexEventEndDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventEndDate
constructor
A new instance of ComplexEventEndDate.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventEndDate
Returns a new instance of ComplexEventEndDate.
19753 19754 19755 19756 19757 19758 19759 |
# File 'lib/quickfix_fields.rb', line 19753 def initialize(data = nil) if( data == nil ) super(1493) else super(1493, data) end end |