Class: Quickfix::TradSesPreCloseTime

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

Returns a new instance of TradSesPreCloseTime.



4348
4349
4350
4351
4352
4353
4354
# File 'lib/quickfix_fields.rb', line 4348

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

Class Method Details

.fieldObject



4345
4346
4347
# File 'lib/quickfix_fields.rb', line 4345

def TradSesPreCloseTime.field
  return 343
end