Class: Quickfix::AllocationRollupInstruction

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

Returns a new instance of AllocationRollupInstruction.



22535
22536
22537
22538
22539
22540
22541
# File 'lib/quickfix_fields.rb', line 22535

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

Class Method Details

.fieldObject



22532
22533
22534
# File 'lib/quickfix_fields.rb', line 22532

def AllocationRollupInstruction.field
  return 1735
end