Class: Quickfix::TradSesMode

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradSesMode

Returns a new instance of TradSesMode.



6077
6078
6079
6080
6081
6082
6083
# File 'lib/quickfix_fields.rb', line 6077

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

Class Method Details

.fieldObject



6074
6075
6076
# File 'lib/quickfix_fields.rb', line 6074

def TradSesMode.field
  return 339
end