Class: Quickfix::TradingSessionDesc

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TradingSessionDesc

Returns a new instance of TradingSessionDesc.



17751
17752
17753
17754
17755
17756
17757
# File 'lib/quickfix_fields.rb', line 17751

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

Class Method Details

.fieldObject



17748
17749
17750
# File 'lib/quickfix_fields.rb', line 17748

def TradingSessionDesc.field
  return 1326
end