Class: Quickfix::CouponFrequencyPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::CouponFrequencyPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CouponFrequencyPeriod
constructor
A new instance of CouponFrequencyPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ CouponFrequencyPeriod
Returns a new instance of CouponFrequencyPeriod.
25512 25513 25514 25515 25516 25517 25518 |
# File 'lib/quickfix_fields.rb', line 25512 def initialize(data = nil) if( data == nil ) super(1948) else super(1948, data) end end |
Class Method Details
.field ⇒ Object
25509 25510 25511 |
# File 'lib/quickfix_fields.rb', line 25509 def CouponFrequencyPeriod.field return 1948 end |