Class: Quickfix::OrderCategory

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OrderCategory

Returns a new instance of OrderCategory.



9613
9614
9615
9616
9617
9618
9619
# File 'lib/quickfix_fields.rb', line 9613

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

Class Method Details

.fieldObject



9610
9611
9612
# File 'lib/quickfix_fields.rb', line 9610

def OrderCategory.field
	return 1115
end