Class: Quickfix::ReleaseInstruction

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

Returns a new instance of ReleaseInstruction.



23666
23667
23668
23669
23670
23671
23672
# File 'lib/quickfix_fields.rb', line 23666

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

Class Method Details

.fieldObject



23663
23664
23665
# File 'lib/quickfix_fields.rb', line 23663

def ReleaseInstruction.field
  return 1810
end