Class: Quickfix::LegComplexEventCreditEventsXIDRef

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



47739
47740
47741
# File 'lib/quickfix_fields.rb', line 47739

def LegComplexEventCreditEventsXIDRef.field
	return 2242
end