Class: Quickfix::LegPricingDateBusinessCenter

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

Returns a new instance of LegPricingDateBusinessCenter.



50667
50668
50669
50670
50671
50672
50673
# File 'lib/quickfix_fields.rb', line 50667

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

Class Method Details

.fieldObject



50664
50665
50666
# File 'lib/quickfix_fields.rb', line 50664

def LegPricingDateBusinessCenter.field
	return 41608
end