Class: Quickfix::LegExecInst

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegExecInst

Returns a new instance of LegExecInst.



18375
18376
18377
18378
18379
18380
18381
# File 'lib/quickfix_fields.rb', line 18375

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