Class: Quickfix::TradSesMode

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

Returns a new instance of TradSesMode.



4296
4297
4298
4299
4300
4301
4302
# File 'lib/quickfix_fields.rb', line 4296

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

Class Method Details

.fieldObject



4293
4294
4295
# File 'lib/quickfix_fields.rb', line 4293

def TradSesMode.field
  return 339
end