public IBookParty GetNewPositionParty(uint indexCode, uint codeOrder) { ICodeIndex positionPartyIndex = new CodeIndex(indexCode, codeOrder); return(new BookParty(ContractIndex(), positionPartyIndex)); }
public IBookParty GetNewContractParty(uint indexCode, uint codeOrder) { ICodeIndex contractPartyIndex = new CodeIndex(indexCode, codeOrder); return(new BookParty(contractPartyIndex, UNKNOWN_POSITION)); }