Class: Quickfix::LegReturnRateReferencePage
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegReturnRateReferencePage
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateReferencePage
constructor
A new instance of LegReturnRateReferencePage.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateReferencePage
Returns a new instance of LegReturnRateReferencePage.
68009 68010 68011 68012 68013 68014 68015 |
# File 'lib/quickfix_fields.rb', line 68009 def initialize(data = nil) if( data == nil ) super(42562) else super(42562, data) end end |
Class Method Details
.field ⇒ Object
68006 68007 68008 |
# File 'lib/quickfix_fields.rb', line 68006 def LegReturnRateReferencePage.field return 42562 end |