Class: Quickfix::LegPricingTimeBusinessCenter

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

Returns a new instance of LegPricingTimeBusinessCenter.



50732
50733
50734
50735
50736
50737
50738
# File 'lib/quickfix_fields.rb', line 50732

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

Class Method Details

.fieldObject



50729
50730
50731
# File 'lib/quickfix_fields.rb', line 50729

def LegPricingTimeBusinessCenter.field
	return 41613
end