Class: Quickfix::UnderlyingComplexEventPriceTimeType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingComplexEventPriceTimeType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventPriceTimeType
constructor
A new instance of UnderlyingComplexEventPriceTimeType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventPriceTimeType
Returns a new instance of UnderlyingComplexEventPriceTimeType.
26851 26852 26853 26854 26855 26856 26857 |
# File 'lib/quickfix_fields.rb', line 26851 def initialize(data = nil) if( data == nil ) super(2051) else super(2051, data) end end |