Enum SymbolLoadMethod
Enumerates symbol loading methods.
Namespace: Vortex.Adapters.Connector.Tc3.Adapter
Assembly: Vortex.Adapters.Connector.Tc3.dll
Syntax
public enum SymbolLoadMethod
Fields
| Name | Description |
|---|---|
| SymbolInfoLoader | Using symbol info reader. noteGenerally slower method suitable for small-mid size applications. |
| SymbolInfoReader | Using symbol info loader. noteGenerally faster method for on the fly loading of the symbols. |