Class: Quickfix::RegulatoryLegRefID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RegulatoryLegRefID

Returns a new instance of RegulatoryLegRefID.



57648
57649
57650
57651
57652
57653
57654
# File 'lib/quickfix_fields.rb', line 57648

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