Class: Quickfix::PaymentStreamRateIndex2IDSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamRateIndex2IDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateIndex2IDSource
constructor
A new instance of PaymentStreamRateIndex2IDSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateIndex2IDSource
Returns a new instance of PaymentStreamRateIndex2IDSource.
78396 78397 78398 78399 78400 78401 78402 |
# File 'lib/quickfix_fields.rb', line 78396 def initialize(data = nil) if( data == nil ) super(43115) else super(43115, data) end end |
Class Method Details
.field ⇒ Object
78393 78394 78395 |
# File 'lib/quickfix_fields.rb', line 78393 def PaymentStreamRateIndex2IDSource.field return 43115 end |