Class: Quickfix::UnderlyingReturnRateDeterminationMethod
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingReturnRateDeterminationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateDeterminationMethod
constructor
A new instance of UnderlyingReturnRateDeterminationMethod.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateDeterminationMethod
Returns a new instance of UnderlyingReturnRateDeterminationMethod.
74457 74458 74459 74460 74461 74462 74463 |
# File 'lib/quickfix_fields.rb', line 74457 def initialize(data = nil) if( data == nil ) super(43040) else super(43040, data) end end |
Class Method Details
.field ⇒ Object
74454 74455 74456 |
# File 'lib/quickfix_fields.rb', line 74454 def UnderlyingReturnRateDeterminationMethod.field return 43040 end |