Class: Quickfix::LegPaymentStreamCompoundingPeriodSkip
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamCompoundingPeriodSkip
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingPeriodSkip
constructor
A new instance of LegPaymentStreamCompoundingPeriodSkip.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingPeriodSkip
Returns a new instance of LegPaymentStreamCompoundingPeriodSkip.
66072 66073 66074 66075 66076 66077 66078 |
# File 'lib/quickfix_fields.rb', line 66072 def initialize(data = nil) if( data == nil ) super(42413) else super(42413, data) end end |
Class Method Details
.field ⇒ Object
66069 66070 66071 |
# File 'lib/quickfix_fields.rb', line 66069 def LegPaymentStreamCompoundingPeriodSkip.field return 42413 end |