Sharptrader coding library
C#
VB
C++
F#
Show/Hide TOC
Tick Class
Class for tick information storage
Definition
Namespace:
SharpTraderBot
Assembly:
SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
C#
Copy
public
class
Tick
VB
Copy
Public
Class
Tick
C++
Copy
public
ref class
Tick
F#
Copy
type
Tick
=
class
end
Inheritance
Object
Tick
Constructors
Tick
Initializes a new instance of the
Tick
class
Fields
ask
Tick ask
bid
Tick bid
symbol
Tick symbol
See Also
Reference
SharpTraderBot Namespace
In This Article
Definition
Constructors
Fields
See Also