Support Board
Date/Time: Sun, 06 Jul 2025 15:11:24 +0000
Post From: Spreadsheet Trading J102 char limit
[2019-03-26 11:12:16] |
jmt816 - Posts: 45 |
I identified the char count limit based on seeing truncated text tags, and checking the len of them. It would be nice to have the char limit documented. Am wondering if the truncation is due to this label also being shown on the charts as part of the order fill? A restriction on length for that purpose is understandable, but there are other uses for that tag (including dumping some values at order time for later review & analysis). Since TextTag is defined as SCString and therefore the underlying datatype does not have the 63char restriction, perhaps the change needed is to truncate the label display of the order to 63 chars, but not truncate the underlying? UNLESS, because that field is sent as part of an order, the data length is restricted by the trade service order data format? |