Class: Quickfix::LegReturnRateQuoteExchange
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegReturnRateQuoteExchange
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateQuoteExchange
constructor
A new instance of LegReturnRateQuoteExchange.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateQuoteExchange
Returns a new instance of LegReturnRateQuoteExchange.
67879 67880 67881 67882 67883 67884 67885 |
# File 'lib/quickfix_fields.rb', line 67879 def initialize(data = nil) if( data == nil ) super(42552) else super(42552, data) end end |
Class Method Details
.field ⇒ Object
67876 67877 67878 |
# File 'lib/quickfix_fields.rb', line 67876 def LegReturnRateQuoteExchange.field return 42552 end |