RequoteException Constructor
|
Initialize RequoteException.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntax public RequoteException(
int code,
double bid,
double ask
)
Public Sub New (
code As Integer,
bid As Double,
ask As Double
)
public:
RequoteException(
int code,
double bid,
double ask
)
new :
code : int *
bid : float *
ask : float -> RequoteException
Parameters
- code
- Type: SystemInt32
Exception code. - bid
- Type: SystemDouble
Bid price. - ask
- Type: SystemDouble
Ask price.
See Also