Class: Quickfix::LegAccount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegAccount

Returns a new instance of LegAccount.



75380
75381
75382
75383
75384
75385
75386
# File 'lib/quickfix_fields.rb', line 75380

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