Class: Quickfix::NoTransactionAttributes

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

Returns a new instance of NoTransactionAttributes.



77980
77981
77982
77983
77984
77985
77986
# File 'lib/quickfix_fields.rb', line 77980

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

Class Method Details

.fieldObject



77977
77978
77979
# File 'lib/quickfix_fields.rb', line 77977

def NoTransactionAttributes.field
  return 2871
end