Transformer Pipeline Module API Reference (JavaScript)  7.1.1.311110
Configuration: Pipeline Database

database-insert

Type: String Array
Default: None

Should contain a triplet of values that are inserted into the database.

database-insert primarykey secondarykey value

For example, to define the the market close configuration for the XNAS exchange:

database-insert "/XNAS" "CloseType" "next"

database-dumpfile

Type: String
Default: None

File to dump to database to when system exits


database-log-options

Type: Integer
Default: -1
Acceptable Values:

NameValueDesc
all-1Log all database access
put1Log insertions
get2Log retrievals
delete4Log deletions
counter8Log counter changes

Logging configuration for database access



Generated on Fri Mar 23 2018 18:29:30 for Transformer Pipeline Module API Reference (JavaScript)