Class: Quickfix::NoDistribInsts

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

Returns a new instance of NoDistribInsts.



7013
7014
7015
7016
7017
7018
7019
# File 'lib/quickfix_fields.rb', line 7013

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

Class Method Details

.fieldObject



7010
7011
7012
# File 'lib/quickfix_fields.rb', line 7010

def NoDistribInsts.field
  return 510
end