Exemplo n.º 1
0
 public void AddSelfLink(FutureContract contract)
 {
     contract.AddLink(GetSelfLink(contract.ContractID));
 }
Exemplo n.º 2
0
 private void AddAllFutureContractsLink(FutureContract contract)
 {
     contract.AddLink(GetAllFutureContractsLink());
 }