Class: Quickfix::TradSesOpenTime

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

Returns a new instance of TradSesOpenTime.



4335
4336
4337
4338
4339
4340
4341
# File 'lib/quickfix_fields.rb', line 4335

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

Class Method Details

.fieldObject



4332
4333
4334
# File 'lib/quickfix_fields.rb', line 4332

def TradSesOpenTime.field
  return 342
end