Class: Quickfix::UnderlyingReturnRateQuoteBusinessCenter
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingReturnRateQuoteBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteBusinessCenter
constructor
A new instance of UnderlyingReturnRateQuoteBusinessCenter.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteBusinessCenter
Returns a new instance of UnderlyingReturnRateQuoteBusinessCenter.
74600 74601 74602 74603 74604 74605 74606 |
# File 'lib/quickfix_fields.rb', line 74600 def initialize(data = nil) if( data == nil ) super(43051) else super(43051, data) end end |