Class: Quickfix::LegComplexEventCreditEventDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegComplexEventCreditEventDayType

Returns a new instance of LegComplexEventCreditEventDayType.



47066
47067
47068
47069
47070
47071
47072
# File 'lib/quickfix_fields.rb', line 47066

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