Class: Quickfix::LegPaymentStreamCompoundingFrequencyPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamCompoundingFrequencyPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingFrequencyPeriod
constructor
A new instance of LegPaymentStreamCompoundingFrequencyPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingFrequencyPeriod
Returns a new instance of LegPaymentStreamCompoundingFrequencyPeriod.
66085 66086 66087 66088 66089 66090 66091 |
# File 'lib/quickfix_fields.rb', line 66085 def initialize(data = nil) if( data == nil ) super(42414) else super(42414, data) end end |
Class Method Details
.field ⇒ Object
66082 66083 66084 |
# File 'lib/quickfix_fields.rb', line 66082 def LegPaymentStreamCompoundingFrequencyPeriod.field return 42414 end |