Class: Quickfix::ComplexEventStartDate
- Inherits:
-
UtcTimeStampField
- Object
- UtcTimeStampField
- Quickfix::ComplexEventStartDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventStartDate
constructor
A new instance of ComplexEventStartDate.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventStartDate
Returns a new instance of ComplexEventStartDate.
18726 18727 18728 18729 18730 18731 18732 |
# File 'lib/quickfix_fields.rb', line 18726 def initialize(data = nil) if( data == nil ) super(1492) else super(1492, data) end end |
Class Method Details
.field ⇒ Object
18723 18724 18725 |
# File 'lib/quickfix_fields.rb', line 18723 def ComplexEventStartDate.field return 1492 end |