Class: Quickfix::TransactionAttributeType

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



77993
77994
77995
77996
77997
77998
77999
# File 'lib/quickfix_fields.rb', line 77993

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

Class Method Details

.fieldObject



77990
77991
77992
# File 'lib/quickfix_fields.rb', line 77990

def TransactionAttributeType.field
  return 2872
end