Class: Quickfix::LegComplexEventCreditEventsXIDRef

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegComplexEventCreditEventsXIDRef

Returns a new instance of LegComplexEventCreditEventsXIDRef.



47742
47743
47744
47745
47746
47747
47748
# File 'lib/quickfix_fields.rb', line 47742

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