Class: Quickfix::UnderlyingStreamCommoditySettlPeriodXIDRef
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingStreamCommoditySettlPeriodXIDRef
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlPeriodXIDRef
constructor
A new instance of UnderlyingStreamCommoditySettlPeriodXIDRef.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlPeriodXIDRef
Returns a new instance of UnderlyingStreamCommoditySettlPeriodXIDRef.
56465 56466 56467 56468 56469 56470 56471 |
# File 'lib/quickfix_fields.rb', line 56465 def initialize(data = nil) if( data == nil ) super(42015) else super(42015, data) end end |