[DOC] change issuer to counterparty for place order

This commit is contained in:
Bo Chen
2015-01-08 10:45:55 -08:00
parent a74f1962e7
commit 9514c28dc6
2 changed files with 6 additions and 6 deletions

View File

@@ -205,12 +205,12 @@ Request("Place Order", {
"taker_pays": {
"currency": "JPY",
"value": "4000",
"issuer": "rMAz5ZnK73nyNUL4foAvaxdreczCkG3vA6"
"counterparty": "rMAz5ZnK73nyNUL4foAvaxdreczCkG3vA6"
},
"taker_gets": {
"currency": "USD",
"value": ".25",
"issuer": "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B"
"counterparty": "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B"
},
"immediate_or_cancel": true
}