Class: Quickfix::UnderlyingComplexEventCreditEventBusinessCenter

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

Returns a new instance of UnderlyingComplexEventCreditEventBusinessCenter.



52747
52748
52749
52750
52751
52752
52753
# File 'lib/quickfix_fields.rb', line 52747

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

Class Method Details

.fieldObject



52744
52745
52746
# File 'lib/quickfix_fields.rb', line 52744

def UnderlyingComplexEventCreditEventBusinessCenter.field
	return 2279
end