module OandaApiV20

@see developer.oanda.com/rest-live-v20/account-ep/

@see developer.oanda.com/rest-live-v20/instrument-ep/

@see developer.oanda.com/rest-live-v20/orders-ep/

@see developer.oanda.com/rest-live-v20/positions-ep/

@see developer.oanda.com/rest-live-v20/pricing-ep/

@see developer.oanda.com/rest-live-v20/trades-ep/

@see developer.oanda.com/rest-live-v20/transactions-ep/

Constants

VERSION

Public Class Methods

new(options = {}) click to toggle source
# File lib/oanda_api_v20/oanda_api_v20.rb, line 3
def new(options = {})
  Client.new(options)
end