Unmanaged Approach

<< Click to Display Table of Contents >>

Navigation:  NinjaScript > Language Reference > Strategy > Order Methods >

Unmanaged Approach

Previous page Return to chapter overview Next page

Show/Hide Hidden Text

The Unmanaged approach is reserved for VERY EXPERIENCED programmers. In place of the convenience layer that the Managed approach offered, the Unmanaged approach instead offers ultimate flexibility in terms of order submission and management. This section will discuss some of the basics of working with Unmanaged order methods.

 

tog_minus        Getting started with Unmanaged order methods

tog_minus        Working with Unmanaged order methods

tog_minus        Critical considerations when using Unmanaged order methods

 

 

 

CancelOrder()

Cancels a specified order.

ChangeOrder()

Amends a specified Order.

IgnoreOverfill

An unmanaged order property which defines the behavior of a strategy when an overfill is detected.

IsUnmanaged

Determines if the strategy will be using Unmanaged order methods.

SubmitOrderUnmanaged()

Generates an Unmanaged order.