Class: Quickfix::AllocTransType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocTransType

Returns a new instance of AllocTransType.



9938
9939
9940
9941
9942
9943
9944
# File 'lib/quickfix_fields.rb', line 9938

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

Class Method Details

.fieldObject



9935
9936
9937
# File 'lib/quickfix_fields.rb', line 9935

def AllocTransType.field
  return 71
end