Class: Quickfix::PaymentFrequencyPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentFrequencyPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentFrequencyPeriod
constructor
A new instance of PaymentFrequencyPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentFrequencyPeriod
Returns a new instance of PaymentFrequencyPeriod.
77798 77799 77800 77801 77802 77803 77804 |
# File 'lib/quickfix_fields.rb', line 77798 def initialize(data = nil) if( data == nil ) super(43102) else super(43102, data) end end |
Class Method Details
.field ⇒ Object
77795 77796 77797 |
# File 'lib/quickfix_fields.rb', line 77795 def PaymentFrequencyPeriod.field return 43102 end |