Class: Quickfix::OrigCustOrderCapacity

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ OrigCustOrderCapacity

Returns a new instance of OrigCustOrderCapacity.



18960
18961
18962
18963
18964
18965
18966
# File 'lib/quickfix_fields.rb', line 18960

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

Class Method Details

.fieldObject



18957
18958
18959
# File 'lib/quickfix_fields.rb', line 18957

def OrigCustOrderCapacity.field
	return 1432
end