class Fyb::API::Private

The private API

You can use this directly instead of Fyb::Client if you want.

Examples

body = Fyb.private.test.perform.parse

order = Fyb.private.placeorder(:qty => 1.5, :price => 100, 'B').perform.parse