http://jira.mfd.msk:8088/browse/CLS-795 add new ReportKeys
This commit is contained in:
parent
2b9345490d
commit
0c75d61840
2 changed files with 4 additions and 2 deletions
|
|
@ -20,7 +20,8 @@ public enum ReportBuilderType implements IEnumKey {
|
|||
KS_SESSION_LIST("ks_session_list"),
|
||||
KS_COMMISSION_TRADES("ks_commission_trades"),
|
||||
KS_REP_LCC_TRADES("ks_rep_lcc_trades"),
|
||||
KS_REP_LCC_NETTO("ks_rep_lcc_netto")
|
||||
KS_REP_LCC_NETTO("ks_rep_lcc_netto"),
|
||||
KS_REP_LCC_VALUE("ks_rep_lcc_value"),
|
||||
;
|
||||
|
||||
private final String key;
|
||||
|
|
|
|||
|
|
@ -19,7 +19,8 @@ public enum ReportKeys implements IEnumKey {
|
|||
KS_SESSION_LIST("KS_SESSION_LIST"),
|
||||
KS_COMMISSION_TRADES("KS_COMMISSION_TRADES"),
|
||||
KS_REP_LCC_TRADES_REPORT("KS_REP_LCC_TRADES_REPORT"),
|
||||
KS_REP_LCC_NETTO_REPORT("KS_REP_LCC_NETTO_REPORT")
|
||||
KS_REP_LCC_NETTO_REPORT("KS_REP_LCC_NETTO_REPORT"),
|
||||
KS_REP_LCC_VALUE_REPORT("KS_REP_LCC_VALUE_REPORT"),
|
||||
;
|
||||
|
||||
private final String key;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue