Class: Quickfix::PaymentStreamAveragingMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamAveragingMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamAveragingMethod
constructor
A new instance of PaymentStreamAveragingMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamAveragingMethod
Returns a new instance of PaymentStreamAveragingMethod.
37771 37772 37773 37774 37775 37776 37777 |
# File 'lib/quickfix_fields.rb', line 37771 def initialize(data = nil) if( data == nil ) super(40806) else super(40806, data) end end |
Class Method Details
.field ⇒ Object
37768 37769 37770 |
# File 'lib/quickfix_fields.rb', line 37768 def PaymentStreamAveragingMethod.field return 40806 end |