Class: Quickfix::LegInstrmtAssignmentMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegInstrmtAssignmentMethod

Returns a new instance of LegInstrmtAssignmentMethod.



42477
42478
42479
42480
42481
42482
42483
# File 'lib/quickfix_fields.rb', line 42477

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