Class: Quickfix::PaymentStreamRateIndexLocation
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamRateIndexLocation
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateIndexLocation
constructor
A new instance of PaymentStreamRateIndexLocation.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateIndexLocation
Returns a new instance of PaymentStreamRateIndexLocation.
44791 44792 44793 44794 44795 44796 44797 |
# File 'lib/quickfix_fields.rb', line 44791 def initialize(data = nil) if( data == nil ) super(41196) else super(41196, data) end end |
Class Method Details
.field ⇒ Object
44788 44789 44790 |
# File 'lib/quickfix_fields.rb', line 44788 def PaymentStreamRateIndexLocation.field return 41196 end |