Class: Quickfix::LegPaymentStreamRateIndexLocation
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamRateIndexLocation
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateIndexLocation
constructor
A new instance of LegPaymentStreamRateIndexLocation.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateIndexLocation
Returns a new instance of LegPaymentStreamRateIndexLocation.
50134 50135 50136 50137 50138 50139 50140 |
# File 'lib/quickfix_fields.rb', line 50134 def initialize(data = nil) if( data == nil ) super(41565) else super(41565, data) end end |
Class Method Details
.field ⇒ Object
50131 50132 50133 |
# File 'lib/quickfix_fields.rb', line 50131 def LegPaymentStreamRateIndexLocation.field return 41565 end |