Class: Quickfix::UnderlyingStreamTerminationDateOffsetDayType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingStreamTerminationDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamTerminationDateOffsetDayType
constructor
A new instance of UnderlyingStreamTerminationDateOffsetDayType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamTerminationDateOffsetDayType
34495 34496 34497 34498 34499 34500 34501 |
# File 'lib/quickfix_fields.rb', line 34495 def initialize(data = nil) if( data == nil ) super(40554) else super(40554, data) end end |