Skip to content

AbsoluteTakeProfitLastProtection

Summary

Represents the final take profit in an absolute take profit ladder, closing any remaining order volume at a specified price.

Signature

1
public class AbsoluteTakeProfitLastProtection

Namespace

cAlgo.API

Methods

ToString

Signature

1
public string ToString()

Return Value

string

PrintMembers

Signature

1
protected bool PrintMembers(StringBuilder builder)

Parameters

Name Type Description
builder StringBuilder

Return Value

bool

GetHashCode

Signature

1
public int GetHashCode()

Return Value

int

Equals (2)

Equals (1 of 2)

Signature

1
public bool Equals(object obj)

Parameters

Name Type Description
obj object

Return Value

bool

Equals (2 of 2)

Signature

1
public bool Equals(AbsoluteTakeProfitLastProtection other)

Parameters

Name Type Description
other AbsoluteTakeProfitLastProtection

Return Value

bool

$

Signature

1
public AbsoluteTakeProfitLastProtection <Clone>$()

Return Value

AbsoluteTakeProfitLastProtection

Deconstruct

Signature

1
public void Deconstruct(Double& Price)

Parameters

Name Type Description
Price Double&

Return Value

void

Properties

Price

Summary

The absolute price at which the remaining volume is closed.

Signature

1
public double Price {get; set;}

Return Value

double