Class: Quickfix::PaymentStreamCompoundingPeriodSkip

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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