|
|
|
@ -126,7 +126,7 @@ public class TradeSecureFile {
|
|
|
|
|
|
|
|
|
|
public String line() {
|
|
|
|
|
String[] columns = {clientMoniker, orderId, channel, gateway.toString(), price.toPlainString(), clearingAmount.toPlainString(), currency,
|
|
|
|
|
exchangeRate.toPlainString(), filterStatus(), new DateTime(transactionTime).withZone(zone).toString()};
|
|
|
|
|
exchangeRate.toPlainString(), filterStatus(), new DateTime(transactionTime).withZone(zone).toString("yyyy-MM-dd HH:mm:ss")};
|
|
|
|
|
return String.join("|", columns);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|