Class: Quickfix::ComplexEventStartTime
- Inherits:
-
UtcTimeOnlyField
- Object
- UtcTimeOnlyField
- Quickfix::ComplexEventStartTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventStartTime
constructor
A new instance of ComplexEventStartTime.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventStartTime
Returns a new instance of ComplexEventStartTime.
18622 18623 18624 18625 18626 18627 18628 |
# File 'lib/quickfix_fields.rb', line 18622 def initialize(data = nil) if( data == nil ) super(1495) else super(1495, data) end end |
Class Method Details
.field ⇒ Object
18619 18620 18621 |
# File 'lib/quickfix_fields.rb', line 18619 def ComplexEventStartTime.field return 1495 end |