Class: Quickfix::LegReturnRatePriceCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegReturnRatePriceCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRatePriceCurrency
constructor
A new instance of LegReturnRatePriceCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegReturnRatePriceCurrency
Returns a new instance of LegReturnRatePriceCurrency.
68074 68075 68076 68077 68078 68079 68080 |
# File 'lib/quickfix_fields.rb', line 68074 def initialize(data = nil) if( data == nil ) super(42567) else super(42567, data) end end |
Class Method Details
.field ⇒ Object
68071 68072 68073 |
# File 'lib/quickfix_fields.rb', line 68071 def LegReturnRatePriceCurrency.field return 42567 end |