Class: Quickfix::UnderlyingTradingSessionID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingTradingSessionID

Returns a new instance of UnderlyingTradingSessionID.



17387
17388
17389
17390
17391
17392
17393
# File 'lib/quickfix_fields.rb', line 17387

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

Class Method Details

.fieldObject



17384
17385
17386
# File 'lib/quickfix_fields.rb', line 17384

def UnderlyingTradingSessionID.field
  return 822
end