Class: Quickfix::UnderlyingReturnRateQuoteBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingReturnRateQuoteBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteBusinessCenter
constructor
A new instance of UnderlyingReturnRateQuoteBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
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 |
Class Method Details
.field ⇒ Object
74597 74598 74599 |
# File 'lib/quickfix_fields.rb', line 74597 def UnderlyingReturnRateQuoteBusinessCenter.field return 43051 end |