Class: Quickfix::PaymentStreamCompoundingFrequencyPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamCompoundingFrequencyPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingFrequencyPeriod
constructor
A new instance of PaymentStreamCompoundingFrequencyPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingFrequencyPeriod
Returns a new instance of PaymentStreamCompoundingFrequencyPeriod.
68659 68660 68661 68662 68663 68664 68665 |
# File 'lib/quickfix_fields.rb', line 68659 def initialize(data = nil) if( data == nil ) super(42615) else super(42615, data) end end |
Class Method Details
.field ⇒ Object
68656 68657 68658 |
# File 'lib/quickfix_fields.rb', line 68656 def PaymentStreamCompoundingFrequencyPeriod.field return 42615 end |