Class: Quickfix::LegPaymentStreamAveragingMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamAveragingMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamAveragingMethod
constructor
A new instance of LegPaymentStreamAveragingMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamAveragingMethod
Returns a new instance of LegPaymentStreamAveragingMethod.
31817 31818 31819 31820 31821 31822 31823 |
# File 'lib/quickfix_fields.rb', line 31817 def initialize(data = nil) if( data == nil ) super(40348) else super(40348, data) end end |
Class Method Details
.field ⇒ Object
31814 31815 31816 |
# File 'lib/quickfix_fields.rb', line 31814 def LegPaymentStreamAveragingMethod.field return 40348 end |