Class: Quickfix::UnderlyingPaymentStreamRateTreatment
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamRateTreatment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateTreatment
constructor
A new instance of UnderlyingPaymentStreamRateTreatment.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateTreatment
Returns a new instance of UnderlyingPaymentStreamRateTreatment.
35444 35445 35446 35447 35448 35449 35450 |
# File 'lib/quickfix_fields.rb', line 35444 def initialize(data = nil) if( data == nil ) super(40627) else super(40627, data) end end |
Class Method Details
.field ⇒ Object
35441 35442 35443 |
# File 'lib/quickfix_fields.rb', line 35441 def .field return 40627 end |