Class: Quickfix::LegPaymentStreamPaymentFrequencyPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamPaymentFrequencyPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamPaymentFrequencyPeriod
constructor
A new instance of LegPaymentStreamPaymentFrequencyPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamPaymentFrequencyPeriod
Returns a new instance of LegPaymentStreamPaymentFrequencyPeriod.
31115 31116 31117 31118 31119 31120 31121 |
# File 'lib/quickfix_fields.rb', line 31115 def initialize(data = nil) if( data == nil ) super(40294) else super(40294, data) end end |
Class Method Details
.field ⇒ Object
31112 31113 31114 |
# File 'lib/quickfix_fields.rb', line 31112 def LegPaymentStreamPaymentFrequencyPeriod.field return 40294 end |