Class: Quickfix::ComplexEventCreditEventPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventCreditEventPeriod

Returns a new instance of ComplexEventCreditEventPeriod.



40787
40788
40789
40790
40791
40792
40793
# File 'lib/quickfix_fields.rb', line 40787

def initialize(data = nil)
	if( data == nil )
		super(41001)
	else
		super(41001, data)
	end
end