TrueFXTickEvent - tabs to spaces

This commit is contained in:
2018-07-23 01:05:16 -07:00
parent 6a6b8ff1dc
commit 34ab78b9cf

View File

@ -92,6 +92,6 @@ public class TrueFXTickEvent extends TickEvent {
* Return a human readable representation of this event.
*/
public String toString() {
return String.format("TrueFXTickEvent[%s, %s, %s]", time, instrument, getMid());
return String.format("TrueFXTickEvent[%s, %s, ask: %s, mid: %s]", time, instrument, getAsk(), getMid());
}
}