Class: Quickfix::TotNoOrders

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TotNoOrders

Returns a new instance of TotNoOrders.



12031
12032
12033
12034
12035
12036
12037
# File 'lib/quickfix_fields.rb', line 12031

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

Class Method Details

.fieldObject



12028
12029
12030
# File 'lib/quickfix_fields.rb', line 12028

def TotNoOrders.field
	return 68
end