Class: Quickfix::LegComplexEventCreditEventBusinessCenter

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) ⇒ LegComplexEventCreditEventBusinessCenter

Returns a new instance of LegComplexEventCreditEventBusinessCenter.



47768
47769
47770
47771
47772
47773
47774
# File 'lib/quickfix_fields.rb', line 47768

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

Class Method Details

.fieldObject



47765
47766
47767
# File 'lib/quickfix_fields.rb', line 47765

def LegComplexEventCreditEventBusinessCenter.field
	return 2244
end