Class: Quickfix::LegAllocAccount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegAllocAccount

Returns a new instance of LegAllocAccount.



9249
9250
9251
9252
9253
9254
9255
# File 'lib/quickfix_fields.rb', line 9249

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