OEC Application Programming Interface

ContractList.GetContract Method

Finds any contract with given ID first, it checks for electronic contract, then for pit

Overload List

Finds any contract with given ID first, it checks for electronic contract, then for pit

public Contract GetContract(Int32);

Finds a contract by id and type (pit or electonic)

public Contract GetContract(Int32,Boolean);

See Also

ContractList Class | OEC.API Namespace