zaifapi class : zaifapi(string,string) fitter

Description

Gets an instance that has been set api key and secret key.

Syntax

new zaifapi(string,string)

Arguments

ClassNameDescription
stringapiKeyapi key.
stringsecretKeysecret key.

Return value

ClassDescription
zaifapiAn instance that has been set api key and secret key.

Sample code

1:

string apiKey = "3622c294-zs5m-587w-vv7j-sdf454h1sdbl";

2:

string secretKey = "4be789k3-dd7r-9d23-jy45-qng4c83hjk1g";

3:

zaifapi zaifapiIns = new zaifapi(apiKey, secretKey);

Notes

The instance returned by this fitter has been initialized and has been set api key and secret key.

Links for reference

Copyright © Cooker All rights reserved.