FastQuant.Order.EnsureNotSent C# (CSharp) Method

EnsureNotSent() private method

private EnsureNotSent ( ) : void
return void
        private void EnsureNotSent()
        {
            if (!IsNotSent)
                throw new InvalidOperationException("Cannot perform an operation, because order is already sent.");
        }
    }