Class: Quickfix::SettlRateFallbackReferencePage
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SettlRateFallbackReferencePage
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlRateFallbackReferencePage
constructor
A new instance of SettlRateFallbackReferencePage.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SettlRateFallbackReferencePage
35808 35809 35810 35811 35812 35813 35814 |
# File 'lib/quickfix_fields.rb', line 35808 def initialize(data = nil) if( data == nil ) super(40655) else super(40655, data) end end |
Class Method Details
.field ⇒ Object
35805 35806 35807 |
# File 'lib/quickfix_fields.rb', line 35805 def SettlRateFallbackReferencePage.field return 40655 end |