[Missing <summary> documentation for "P:SharpTraderBot.NewTickEventArgs.tick"]
public Tick tick { get; set; }Public Property tick As Tick
Get
Setpublic:
property Tick^ tick {
Tick^ get ();
void set (Tick^ value);
}member tick : Tick with get, set