Class: Quickfix::PaymentStreamRateIndexSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamRateIndexSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateIndexSource
constructor
A new instance of PaymentStreamRateIndexSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateIndexSource
Returns a new instance of PaymentStreamRateIndexSource.
37563 37564 37565 37566 37567 37568 37569 |
# File 'lib/quickfix_fields.rb', line 37563 def initialize(data = nil) if( data == nil ) super(40790) else super(40790, data) end end |
Class Method Details
.field ⇒ Object
37560 37561 37562 |
# File 'lib/quickfix_fields.rb', line 37560 def PaymentStreamRateIndexSource.field return 40790 end |