Class: Quickfix::UnderlyingPaymentStreamRateIndexLocation
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamRateIndexLocation
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexLocation
constructor
A new instance of UnderlyingPaymentStreamRateIndexLocation.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexLocation
Returns a new instance of UnderlyingPaymentStreamRateIndexLocation.
55152 55153 55154 55155 55156 55157 55158 |
# File 'lib/quickfix_fields.rb', line 55152 def initialize(data = nil) if( data == nil ) super(41913) else super(41913, data) end end |
Class Method Details
.field ⇒ Object
55149 55150 55151 |
# File 'lib/quickfix_fields.rb', line 55149 def .field return 41913 end |