Class: Quickfix::SideRegulatoryLegRefID

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

Returns a new instance of SideRegulatoryLegRefID.



57661
57662
57663
57664
57665
57666
57667
# File 'lib/quickfix_fields.rb', line 57661

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

Class Method Details

.fieldObject



57658
57659
57660
# File 'lib/quickfix_fields.rb', line 57658

def SideRegulatoryLegRefID.field
	return 2416
end