Skip to content

AbsoluteStopLossProtection

Summary

Represents a stop loss defined at an absolute price level.

Signature

1
public class AbsoluteStopLossProtection

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(AbsoluteStopLossProtection other)

Parameters

Name Type Description
other AbsoluteStopLossProtection

Return Value

bool

$

Signature

1
public AbsoluteStopLossProtection <Clone>$()

Return Value

AbsoluteStopLossProtection

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 stop loss is triggered.

Signature

1
public double Price {get; set;}

Return Value

double