Class: Quickfix::LegExecID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegExecID

Returns a new instance of LegExecID.



24771
24772
24773
24774
24775
24776
24777
# File 'lib/quickfix_fields.rb', line 24771

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