Class: Quickfix::UnderlyingComplexEventScheduleEndDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventScheduleEndDate

Returns a new instance of UnderlyingComplexEventScheduleEndDate.



52838
52839
52840
52841
52842
52843
52844
# File 'lib/quickfix_fields.rb', line 52838

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