Class: Quickfix::PaymentStreamNegativeRateTreatment
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamNegativeRateTreatment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamNegativeRateTreatment
constructor
A new instance of PaymentStreamNegativeRateTreatment.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamNegativeRateTreatment
Returns a new instance of PaymentStreamNegativeRateTreatment.
37784 37785 37786 37787 37788 37789 37790 |
# File 'lib/quickfix_fields.rb', line 37784 def initialize(data = nil) if( data == nil ) super(40807) else super(40807, data) end end |
Class Method Details
.field ⇒ Object
37781 37782 37783 |
# File 'lib/quickfix_fields.rb', line 37781 def PaymentStreamNegativeRateTreatment.field return 40807 end |