Class: Quickfix::AuctionInstruction

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



23601
23602
23603
23604
23605
23606
23607
# File 'lib/quickfix_fields.rb', line 23601

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

Class Method Details

.fieldObject



23598
23599
23600
# File 'lib/quickfix_fields.rb', line 23598

def AuctionInstruction.field
  return 1805
end