Class: Quickfix::UnderlyingStreamCommoditySettlTimeType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingStreamCommoditySettlTimeType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlTimeType
constructor
A new instance of UnderlyingStreamCommoditySettlTimeType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlTimeType
56283 56284 56285 56286 56287 56288 56289 |
# File 'lib/quickfix_fields.rb', line 56283 def initialize(data = nil) if( data == nil ) super(41936) else super(41936, data) end end |