WebCab Options and Futures Web Services for .NET v3.1

BinaryOptions.PayOffCall Method 

Evaluates the payoff from a Binary call option at expiry.

public double PayOffCall(
   double expiryPrice,
   double strike,
   double payout
);

Parameters

expiryPrice
Underlying asset price at expiry.
strike
The strike price of the binary call option.
payout
The amount paid out when the binary option is exercised in the money.

Return Value

The value of the payoff at expiry of the Binary call option.

See Also

BinaryOptions Class | Options Namespace