Class: Quickfix::ComplexEventCreditEventBusinessCenter

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

Returns a new instance of ComplexEventCreditEventBusinessCenter.



41411
41412
41413
41414
41415
41416
41417
# File 'lib/quickfix_fields.rb', line 41411

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

Class Method Details

.fieldObject



41408
41409
41410
# File 'lib/quickfix_fields.rb', line 41408

def ComplexEventCreditEventBusinessCenter.field
	return 2135
end