Class: Quickfix::PaymentStreamRateIndex2ID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamRateIndex2ID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateIndex2ID
constructor
A new instance of PaymentStreamRateIndex2ID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateIndex2ID
Returns a new instance of PaymentStreamRateIndex2ID.
78383 78384 78385 78386 78387 78388 78389 |
# File 'lib/quickfix_fields.rb', line 78383 def initialize(data = nil) if( data == nil ) super(43114) else super(43114, data) end end |
Class Method Details
.field ⇒ Object
78380 78381 78382 |
# File 'lib/quickfix_fields.rb', line 78380 def PaymentStreamRateIndex2ID.field return 43114 end |