Class: Quickfix::NextAuctionTime

Inherits:
UtcTimeStampField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from UtcTimeStampField

#<, #==, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NextAuctionTime

Returns a new instance of NextAuctionTime.



40605
40606
40607
40608
40609
40610
40611
# File 'lib/quickfix_fields.rb', line 40605

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

Class Method Details

.fieldObject



40602
40603
40604
# File 'lib/quickfix_fields.rb', line 40602

def NextAuctionTime.field
  return 2116
end