Class: Quickfix::IndividualAllocRejCode

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

Returns a new instance of IndividualAllocRejCode.



10601
10602
10603
10604
10605
10606
10607
# File 'lib/quickfix_fields.rb', line 10601

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

Class Method Details

.fieldObject



10598
10599
10600
# File 'lib/quickfix_fields.rb', line 10598

def IndividualAllocRejCode.field
  return 776
end