"primary" and "properties"
I'm using at this call:
https://mtgox.com/api/1/BTCUSD/trades
Can anyone explain these two properties in detail for me?
From the docs, I get this:
When primary is "N", what does this mean? For example, in the following data, what does "N" and "Y" mean? (some data removed for clarity)
{..."price":"9.69964","amount":"0.01","tid":"1345617420845024","price_currency":"USD",..."primary":"N","properties":"limit,mixed_currency"}
{..."price":"9.69967","amount":"0.01","tid":"1345617540156865","price_currency":"USD",..."primary":"Y","properties":"limit"}
What are the possible values for "properties" and what do they mean? In particular, what does the following mean when they appear in properties:
- limit
- mixed_currency
I got my info from the documentation on this page:
https://en.bitcoin.it/wiki/MtGox/API/HTTP/v1#Multi_currency_trades
I appreciate the clarification on what information this data is actually providing. A lot of questions I know but this is very unclear to me.