Class: Quickfix::NoExecInstRules

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

Returns a new instance of NoExecInstRules.



16399
16400
16401
16402
16403
16404
16405
# File 'lib/quickfix_fields.rb', line 16399

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

Class Method Details

.fieldObject



16396
16397
16398
# File 'lib/quickfix_fields.rb', line 16396

def NoExecInstRules.field
  return 1232
end