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 +4 -4
- data/README.md +1 -1
- data/lib/fix/protocol/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a67976da45d58e59c0b862f7236f607e42f5574f
|
4
|
+
data.tar.gz: 7bd135cd567dacaaae301ff0fac92a85d13461c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
data/lib/fix/protocol/version.rb
CHANGED