We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04ba44b + 80d6fa3 commit 4f64a87Copy full SHA for 4f64a87
README.md
@@ -48,8 +48,8 @@ client = Bitfinex::WSv2.new({
48
:api_secret => ENV['API_SECRET'],
49
:transform => true, # provide models as event data instead of arrays
50
:seq_audit => true, # enable and audit sequence numbers
51
- :manage_order_books => true # allows for OB checksum verification
52
- :checksum_audit => true, # enables OB checksum verification (needs manage_order_books)
+ :manage_order_books => true, # allows for OB checksum verification
+ :checksum_audit => true # enables OB checksum verification (needs manage_order_books)
53
})
54
55
client.on(:open) do
0 commit comments