Class: Quickfix::PaymentRateResetFrequencyPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentRateResetFrequencyPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentRateResetFrequencyPeriod
constructor
A new instance of PaymentRateResetFrequencyPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentRateResetFrequencyPeriod
Returns a new instance of PaymentRateResetFrequencyPeriod.
77824 77825 77826 77827 77828 77829 77830 |
# File 'lib/quickfix_fields.rb', line 77824 def initialize(data = nil) if( data == nil ) super(43104) else super(43104, data) end end |
Class Method Details
.field ⇒ Object
77821 77822 77823 |
# File 'lib/quickfix_fields.rb', line 77821 def PaymentRateResetFrequencyPeriod.field return 43104 end |