Class: Quickfix::UnderlyingSettlRateFallbackReferencePage
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingSettlRateFallbackReferencePage
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlRateFallbackReferencePage
constructor
A new instance of UnderlyingSettlRateFallbackReferencePage.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlRateFallbackReferencePage
Returns a new instance of UnderlyingSettlRateFallbackReferencePage.
39188 39189 39190 39191 39192 39193 39194 |
# File 'lib/quickfix_fields.rb', line 39188 def initialize(data = nil) if( data == nil ) super(40915) else super(40915, data) end end |
Class Method Details
.field ⇒ Object
39185 39186 39187 |
# File 'lib/quickfix_fields.rb', line 39185 def .field return 40915 end |