Skip to content

Tick

Summary

Represents the Tick object.

Signature

1
public sealed struct Tick : ValueType

Namespace

cAlgo.API

Methods

Name Description
Equals Returns True if two Ticks are equal otherwise False
GetHashCode Returns the Tick object hash code
ToString Returns string representation of a Tick

Properties

Name Description
Time { get; } Gets the Tick time.
Bid { get; } Gets the Bid price of tick.
Ask { get; } Gets the Ask price of tick.

See Also


Last update: March 17, 2023