Class: Quickfix::OrderCategory

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ OrderCategory

Returns a new instance of OrderCategory.



14891
14892
14893
14894
14895
14896
14897
# File 'lib/quickfix_fields.rb', line 14891

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

Class Method Details

.fieldObject



14888
14889
14890
# File 'lib/quickfix_fields.rb', line 14888

def OrderCategory.field
	return 1115
end