Transformer SDK For C  6.2.11.309924
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 Sat Aug 26 2017 12:36:32 for Transformer SDK For C