The NYSE Input adapter connects to a NYSE data feed to receive real-time level 1 and level 2 market data.
You can configure the adapter on any source stream as an input data location. The authentication method is set to that of Event Stream Processor: rsa, kerberos, or Native OS (user name/password). This adapter supports schema discovery.
To use this adapter, ensure NYSE adapter version 1 or later is installed.
Property Label | Property ID | Type | Description |
---|---|---|---|
Connector Directory Path | baseDir | directory | (Required) Specify the path to the adapter installation directory. This
property is ignored if the Connector
Remote Directory Path property is supplied. Default
value is /mydir/NYSEAdapter. Use a forward slash for both UNIX and Windows paths. |
Configuration File Path | configFilePath | configFilename | (Required) Specify the absolute path to the adapter configuration file. This
property is ignored if the Remote
Configuration File Path property is supplied. Default
value is
/mydir/NYSEAdapter/config/adapter.xml. Use a forward slash for both UNIX and Windows paths. |
Discovery Directory Path | discDirPath | directory | (Required) Specify the absolute path to the adapter discovery directory.
Default value is
/mydir/NYSEAdapter/discovery. Use a forward slash for both UNIX and Windows paths. |
Connector Remote Directory Path | remoteBaseDir | string | (Advanced) Specify the path to the adapter remote base directory (for remote
execution only). If this property is supplied, the Connector Directory Path property is
ignored. Use a forward slash for both UNIX and Windows paths. |
Remote Configuration File Path | remoteConfigFilePath | string | (Advanced) Specify the absolute path to the adapter configuration file (for
remote execution only). If this property is supplied, the Configuration File Path property is
ignored. Use a forward slash for both UNIX and Windows paths. |
Discovered Table (runtime) | table | tables | (Advanced) Name of the discovered table. This is filled in by Studio. |
PropertySet |
propertyset | string | (Advanced) Specifies the name of the property set from the project configuration file. If you specify the same properties in the project configuration file and the ATTACH ADAPTER statement, the values in the property set override the values defined in the ATTACH ADAPTER statement. No default value. |