Class: Quickfix::LegStreamEffectiveDateBusinessCenter

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

Returns a new instance of LegStreamEffectiveDateBusinessCenter.



30556
30557
30558
30559
30560
30561
30562
# File 'lib/quickfix_fields.rb', line 30556

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

Class Method Details

.fieldObject



30553
30554
30555
# File 'lib/quickfix_fields.rb', line 30553

def LegStreamEffectiveDateBusinessCenter.field
	return 40251
end