Class: Quickfix::AssignmentMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AssignmentMethod

Returns a new instance of AssignmentMethod.



1878
1879
1880
1881
1882
1883
1884
# File 'lib/quickfix_fields.rb', line 1878

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

Class Method Details

.fieldObject



1875
1876
1877
# File 'lib/quickfix_fields.rb', line 1875

def AssignmentMethod.field
	return 744
end