Class: Quickfix::PaymentStreamRateIndex2Source
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamRateIndex2Source
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateIndex2Source
constructor
A new instance of PaymentStreamRateIndex2Source.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateIndex2Source
Returns a new instance of PaymentStreamRateIndex2Source.
78370 78371 78372 78373 78374 78375 78376 |
# File 'lib/quickfix_fields.rb', line 78370 def initialize(data = nil) if( data == nil ) super(43113) else super(43113, data) end end |
Class Method Details
.field ⇒ Object
78367 78368 78369 |
# File 'lib/quickfix_fields.rb', line 78367 def PaymentStreamRateIndex2Source.field return 43113 end |