Browse Source

Merge downstream

Herman Schoenfeld 7 years ago
parent
commit
13add0044d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/core/UConst.pas

+ 3 - 0
src/core/UConst.pas

@@ -165,6 +165,9 @@ Const
 
 
   CT_DEFAULT_MaxSafeboxSnapshots = 10;
   CT_DEFAULT_MaxSafeboxSnapshots = 10;
 
 
+  CT_MOLINA  = 1;
+  CT_MOLINA_DECIMAL = Real(CT_MOLINA/1000.0);
+
   // App Params
   // App Params
   CT_PARAM_GridAccountsStream = 'GridAccountsStreamV2';
   CT_PARAM_GridAccountsStream = 'GridAccountsStreamV2';
   CT_PARAM_GridAccountsPos = 'GridAccountsPos';
   CT_PARAM_GridAccountsPos = 'GridAccountsPos';