MarketListEventArgsStatusType Enumeration

Result of the market request.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public enum StatusType

Members

Success0 Request was successful. This does not mean that a specific market was found.
ContractNotFoundOrPermissioned1 The contract was not found or the user is not permissioned for it.

See Also