Class: Quickfix::PaymentStreamRateIndexID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamRateIndexID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateIndexID
constructor
A new instance of PaymentStreamRateIndexID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateIndexID
Returns a new instance of PaymentStreamRateIndexID.
76212 76213 76214 76215 76216 76217 76218 |
# File 'lib/quickfix_fields.rb', line 76212 def initialize(data = nil) if( data == nil ) super(43090) else super(43090, data) end end |
Class Method Details
.field ⇒ Object
76209 76210 76211 |
# File 'lib/quickfix_fields.rb', line 76209 def PaymentStreamRateIndexID.field return 43090 end |