Class: Quickfix::TradingSessionID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradingSessionID

Returns a new instance of TradingSessionID.



11186
11187
11188
11189
11190
11191
11192
# File 'lib/quickfix_fields.rb', line 11186

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

Class Method Details

.fieldObject



11183
11184
11185
# File 'lib/quickfix_fields.rb', line 11183

def TradingSessionID.field
  return 336
end