Class: Quickfix::NoRelatedPositions

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

Returns a new instance of NoRelatedPositions.



24381
24382
24383
24384
24385
24386
24387
# File 'lib/quickfix_fields.rb', line 24381

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

Class Method Details

.fieldObject



24378
24379
24380
# File 'lib/quickfix_fields.rb', line 24378

def NoRelatedPositions.field
  return 1861
end