Class: Quickfix::LegReturnRateQuoteBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegReturnRateQuoteBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateQuoteBusinessCenter
constructor
A new instance of LegReturnRateQuoteBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateQuoteBusinessCenter
Returns a new instance of LegReturnRateQuoteBusinessCenter.
67866 67867 67868 67869 67870 67871 67872 |
# File 'lib/quickfix_fields.rb', line 67866 def initialize(data = nil) if( data == nil ) super(42551) else super(42551, data) end end |
Class Method Details
.field ⇒ Object
67863 67864 67865 |
# File 'lib/quickfix_fields.rb', line 67863 def LegReturnRateQuoteBusinessCenter.field return 42551 end |