UNPKG

fix-over-tcp

Version:

Custom TCP FIX protocol(beta

7 lines (6 loc) 156 B
const Header = { length: 40, ctx: Buffer.allocUnsafe(40) }; Header.ctx.write("[ H E A D E R 1234567890]",0); export default Header;