Class: Quickfix::LegPaymentScheduleStepFrequencyPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentScheduleStepFrequencyPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleStepFrequencyPeriod
constructor
A new instance of LegPaymentScheduleStepFrequencyPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleStepFrequencyPeriod
Returns a new instance of LegPaymentScheduleStepFrequencyPeriod.
32363 32364 32365 32366 32367 32368 32369 |
# File 'lib/quickfix_fields.rb', line 32363 def initialize(data = nil) if( data == nil ) super(40390) else super(40390, data) end end |
Class Method Details
.field ⇒ Object
32360 32361 32362 |
# File 'lib/quickfix_fields.rb', line 32360 def LegPaymentScheduleStepFrequencyPeriod.field return 40390 end |