Class: Quickfix::SideRegulatoryLegRefID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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