Class: Quickfix::PaymentScheduleStepFrequencyPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentScheduleStepFrequencyPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleStepFrequencyPeriod
constructor
A new instance of PaymentScheduleStepFrequencyPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleStepFrequencyPeriod
Returns a new instance of PaymentScheduleStepFrequencyPeriod.
38265 38266 38267 38268 38269 38270 38271 |
# File 'lib/quickfix_fields.rb', line 38265 def initialize(data = nil) if( data == nil ) super(40844) else super(40844, data) end end |
Class Method Details
.field ⇒ Object
38262 38263 38264 |
# File 'lib/quickfix_fields.rb', line 38262 def PaymentScheduleStepFrequencyPeriod.field return 40844 end |