Class: Quickfix::InstrmtAssignmentMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InstrmtAssignmentMethod

Returns a new instance of InstrmtAssignmentMethod.



14072
14073
14074
14075
14076
14077
14078
# File 'lib/quickfix_fields.rb', line 14072

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