fixparser 5.4.2 → 5.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -159,6 +159,7 @@ const order: Message = fixParser.createMessage(
159
159
  new Field(Fields.TimeInForce, TimeInForce.Day)
160
160
  );
161
161
  console.log(order.encode('|'));
162
+ // 8=FIX.5.0SP2|9=129|35=D|34=1|49=SENDER|52=20221123-23:04:59.132|56=TARGET|11=11223344|21=1|38=123|60=20221123-23:04:59.132|40=1|54=1|55=123.HK|59=0|10=061|
162
163
  ```
163
164
 
164
165
  **FIXParser Enterprise** Connect over TCP socket (as client):
@@ -68466,8 +68466,8 @@ var import_openpgp = __toESM(require_openpgp_min());
68466
68466
 
68467
68467
  // src/util/util.ts
68468
68468
  var version = {
68469
- version: "5.4.2",
68470
- build: "2022-11-23T22:21:19.623Z"
68469
+ version: "5.4.3",
68470
+ build: "2022-11-24T20:11:32.019Z"
68471
68471
  };
68472
68472
  var DEFAULT_FIX_VERSION = "FIX.5.0SP2";
68473
68473
  var DEFAULT_HEARTBEAT_SECONDS = 30;
@@ -68736,7 +68736,7 @@ var _LicenseManager = class {
68736
68736
  }
68737
68737
  };
68738
68738
  var LicenseManager = _LicenseManager;
68739
- __publicField(LicenseManager, "RELEASE_INFORMATION", "MTY2OTI0MjA3OTYyMw==");
68739
+ __publicField(LicenseManager, "RELEASE_INFORMATION", "MTY2OTMyMDY5MjAxOQ==");
68740
68740
  __publicField(LicenseManager, "licenseKey");
68741
68741
  __publicField(LicenseManager, "licenseKeyId", null);
68742
68742
  __publicField(LicenseManager, "licenseExpiry", null);
@@ -1,4 +1,3 @@
1
- import { createRequire } from 'module';const require = createRequire(import.meta.url);
2
1
  "use strict";
3
2
  var __defProp = Object.defineProperty;
4
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -59332,8 +59331,8 @@ var np = /* @__PURE__ */ Object.freeze({ __proto__: null, default: ip, __moduleE
59332
59331
 
59333
59332
  // src/util/util.ts
59334
59333
  var version = {
59335
- version: "5.4.2",
59336
- build: "2022-11-23T22:21:19.623Z"
59334
+ version: "5.4.3",
59335
+ build: "2022-11-24T20:11:32.019Z"
59337
59336
  };
59338
59337
  var DEFAULT_FIX_VERSION = "FIX.5.0SP2";
59339
59338
  var DEFAULT_HEARTBEAT_SECONDS = 30;
@@ -59601,7 +59600,7 @@ var _LicenseManager = class {
59601
59600
  }
59602
59601
  };
59603
59602
  var LicenseManager = _LicenseManager;
59604
- __publicField(LicenseManager, "RELEASE_INFORMATION", "MTY2OTI0MjA3OTYyMw==");
59603
+ __publicField(LicenseManager, "RELEASE_INFORMATION", "MTY2OTMyMDY5MjAxOQ==");
59605
59604
  __publicField(LicenseManager, "licenseKey");
59606
59605
  __publicField(LicenseManager, "licenseKeyId", null);
59607
59606
  __publicField(LicenseManager, "licenseExpiry", null);