Class: Quickfix::UnderlyingBusinessCenter
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingBusinessCenter
constructor
A new instance of UnderlyingBusinessCenter.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingBusinessCenter
Returns a new instance of UnderlyingBusinessCenter.
39773 39774 39775 39776 39777 39778 39779 |
# File 'lib/quickfix_fields.rb', line 39773 def initialize(data = nil) if( data == nil ) super(40963) else super(40963, data) end end |