Class: Quickfix::AllocNoOrdersType

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) ⇒ AllocNoOrdersType

Returns a new instance of AllocNoOrdersType.



11615
11616
11617
11618
11619
11620
11621
# File 'lib/quickfix_fields.rb', line 11615

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

Class Method Details

.fieldObject



11612
11613
11614
# File 'lib/quickfix_fields.rb', line 11612

def AllocNoOrdersType.field
  return 857
end