Class: Quickfix::UnderlyingStreamCommoditySettlTotalHours
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingStreamCommoditySettlTotalHours
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlTotalHours
constructor
A new instance of UnderlyingStreamCommoditySettlTotalHours.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlTotalHours
Returns a new instance of UnderlyingStreamCommoditySettlTotalHours.
56231 56232 56233 56234 56235 56236 56237 |
# File 'lib/quickfix_fields.rb', line 56231 def initialize(data = nil) if( data == nil ) super(41998) else super(41998, data) end end |