fix-protocol 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d6247425bc7da4d8378782c21658c682783f0ec
4
- data.tar.gz: ddb6bf6c12e49f601c2cb048239d2463f5ed1457
3
+ metadata.gz: a67976da45d58e59c0b862f7236f607e42f5574f
4
+ data.tar.gz: 7bd135cd567dacaaae301ff0fac92a85d13461c7
5
5
  SHA512:
6
- metadata.gz: 4b633565a3d6497b6f66a4d99941e7f4d7a58e90ab429aa37a5d24d3cd9cbab2f908520f5ad537f788b3970fddc93ffb408491494382cb7d7eb08e2554d319a9
7
- data.tar.gz: d22a50577182de8cd1b23cec1d4fae28dec2326fd0532a971697a642d4d4ab1c60adcf1b1323e9ad3c6a3aa51d3f905801df84bb6acee6f2b89268776fd21e01
6
+ metadata.gz: 43f0fcac57ab6e7c5c6b49b2060b9fd1fa12e6465e2b349bf067d4b961da173430d541f694881b9d8e56de47a8286bfe0d15395eb0bd054d8040a846a44cfbba
7
+ data.tar.gz: 4d42662c137729ee5dbd7d14356707e1da64997fabec8344205bf25ff66e64b45480542a5bed59dc5ad5af56d974753ef375a9451de6646c9741b18f3c4cdc02
data/README.md CHANGED
@@ -3,7 +3,7 @@ FIX Protocol [![Build Status](https://secure.travis-ci.org/Paymium/fix-protocol.
3
3
 
4
4
  This FIX protocol wrapper enables one to easily parse and create messages complying with the FIX 4.4 specification.
5
5
 
6
- It includes definitions for admin messages (logon, heartbeat, resend request, test request), for some market data messages (market data request, market data snapshot, and market data incremental refresh) as well as the ability to easily define other ones.
6
+ It includes definitions for admin messages (logon, logout, reject, heartbeat, resend request, test request), for some market data messages (market data request, market data snapshot, and market data incremental refresh) as well as the ability to easily define other ones.
7
7
 
8
8
  ## Message creation example
9
9
 
@@ -4,7 +4,7 @@ module Fix
4
4
  #
5
5
  # The fix-protocol gem version string
6
6
  #
7
- VERSION = '1.0.0'
7
+ VERSION = '1.0.1'
8
8
 
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fix-protocol
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David François