Finds any contract with given ID first, it checks for electronic contract, then for pit
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);
ContractList Class | OEC.API Namespace