Class: Quickfix::UnderlyingStreamCommoditySettlBusinessCenter
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingStreamCommoditySettlBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlBusinessCenter
constructor
A new instance of UnderlyingStreamCommoditySettlBusinessCenter.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlBusinessCenter
Returns a new instance of UnderlyingStreamCommoditySettlBusinessCenter.
55776 55777 55778 55779 55780 55781 55782 |
# File 'lib/quickfix_fields.rb', line 55776 def initialize(data = nil) if( data == nil ) super(41963) else super(41963, data) end end |