Class: Quickfix::NoValueChecks

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

Returns a new instance of NoValueChecks.



24446
24447
24448
24449
24450
24451
24452
# File 'lib/quickfix_fields.rb', line 24446

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

Class Method Details

.fieldObject



24443
24444
24445
# File 'lib/quickfix_fields.rb', line 24443

def NoValueChecks.field
  return 1868
end