MarketRFQEventArgs Constructor

Constructor.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public MarketRFQEventArgs(
	Market poMarket,
	BuySell penBuySell,
	int piVolume,
	string psID
)

Parameters

poMarket  Market
The market
penBuySell  BuySell
Whether the request is for buying or selling
piVolume  Int32
The volume of the request
psID  String
The id of the request.

See Also