Class: Quickfix::LegStreamCommoditySettlTimeType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegStreamCommoditySettlTimeType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamCommoditySettlTimeType
constructor
A new instance of LegStreamCommoditySettlTimeType.
Constructor Details
#initialize(data = nil) ⇒ LegStreamCommoditySettlTimeType
Returns a new instance of LegStreamCommoditySettlTimeType.
51681 51682 51683 51684 51685 51686 51687 |
# File 'lib/quickfix_fields.rb', line 51681 def initialize(data = nil) if( data == nil ) super(41935) else super(41935, data) end end |