From 8ee6df6536542410f011eb9cc5b35aa3de2f9071 Mon Sep 17 00:00:00 2001 From: Malcolm Kapuza Date: Mon, 10 Feb 2020 18:14:17 -0800 Subject: [PATCH] Fix backwards t value description for Orders --- source/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.html.md b/source/index.html.md index 1be76ad..e4156ed 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -2575,7 +2575,7 @@ Field Name | Type | Description | Units **r** | String | Rate | Minor **a** | String | Amount | Major **v** | String | Value | Minor -**t** | Number | 0 indicates buy 1 indicates sell | - +**t** | Number | 0 indicates sell 1 indicates buy | - **d** | Number | Unix timestamp | Milliseconds # Transfer API