Class: Quickfix::PaymentStreamCompoundingPeriodSkip
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentStreamCompoundingPeriodSkip
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingPeriodSkip
constructor
A new instance of PaymentStreamCompoundingPeriodSkip.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingPeriodSkip
Returns a new instance of PaymentStreamCompoundingPeriodSkip.
68646 68647 68648 68649 68650 68651 68652 |
# File 'lib/quickfix_fields.rb', line 68646 def initialize(data = nil) if( data == nil ) super(42614) else super(42614, data) end end |