Class: Quickfix::NoOrderAttributes

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

Returns a new instance of NoOrderAttributes.



75211
75212
75213
75214
75215
75216
75217
# File 'lib/quickfix_fields.rb', line 75211

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

Class Method Details

.fieldObject



75208
75209
75210
# File 'lib/quickfix_fields.rb', line 75208

def NoOrderAttributes.field
  return 2593
end