0.2.9 • Published 2 years ago

@quantgate-systems/accounts v0.2.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Note: 10,499,785 live websites use react

Installation

npm i --save @quantgate-systems/accounts or if you are using yarn, yarn add @quantgate-systems/accounts

Usage

Use Accounts package to create a user on Pilot application and pass your credentials with the optional brokerName to add a broker to your account

create-react-app

import Accounts from "@quantgate-systems/accounts";

return (
  <Accounts
      credentials={{
        UserName: "your user name",
        Password: "your password",
      }}
      brokerName={"ib" || "signals" || "paper" || "amp" || "dorman" || "fx_paper" || 
      "gff" || "phillip" || "rjobrien" || "tradestation" || "wedbush" || "alt5_paper" || 
      "binance_paper" || "bitfinex_paper" || "bitstamp_paper" || "bittrex_paper" || 
      "coinbase_paper" || "gemini_paper" || "huobi_paper" || "kraken_paper" || "liquid_paper"}
    />
);

next.js

import dynamic from "next/dynamic";

const Accounts = dynamic(() => import("@quantgate-systems/accounts"));


return (
  <Accounts
      credentials={{
        UserName: "your user name",
        Password: "your password",
      }}
      brokerName={"ib" || "signals" || "paper" || "amp" || "dorman" || "fx_paper" || 
      "gff" || "phillip" || "rjobrien" || "tradestation" || "wedbush" || "alt5_paper" || 
      "binance_paper" || "bitfinex_paper" || "bitstamp_paper" || "bittrex_paper" || 
      "coinbase_paper" || "gemini_paper" || "huobi_paper" || "kraken_paper" || "liquid_paper"}
    />
);
0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago