OnHedgingArguments public struct OnHedgingArguments : IEquatable<OnHedgingArguments> Represents arguments used by the on-hedging event. Documentation Code public int Attempt { get; set; } The zero-based hedging attempt number. public OnHedgingArguments(int Attempt) Represents arguments used by the on-hedging event. public static bool op_Equality(OnHedgingArguments left, OnHedgingArguments right) public static bool op_Inequality(OnHedgingArguments left, OnHedgingArguments right) public void Deconstruct(out int Attempt) public bool Equals(OnHedgingArguments other)