Introduction¶
The KX Refinery C# API is a library that allows a .NET client to communicate with KX Refinery. Both the C# API and KX Refinery are built on top of KX's Stream platform (also called Delta Control). KX Stream contains a library of API functions.
The C# API exposes only the subset of KX Stream's API functionality that is applicable to KX Refinery. Clients that use this C# API can call public KX Refinery functions (e.g. getTicks, getBars, etc.), subscribe to streaming analytics and publish data to a KX Refinery table.
Note: KX Refinery was originally called DaaS (Data as a Service). The "DaaS" word is prevalent in the code, process and folder names.