Class: Quickfix::SideTimeInForce

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

Returns a new instance of SideTimeInForce.



12980
12981
12982
12983
12984
12985
12986
# File 'lib/quickfix_fields.rb', line 12980

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

Class Method Details

.fieldObject



12977
12978
12979
# File 'lib/quickfix_fields.rb', line 12977

def SideTimeInForce.field
  return 962
end