zaifapi class : zaifapi() fitter
Description
Gets an instance.
Syntax
new zaifapi()
Arguments
None.
Return value
Class | Description |
zaifapi | An instance. This instance has been initialized. |
Sample code
1: | zaifapi zaifapiIns = new zaifapi(); |
Notes
The instance obtained by the variable declaration has not been initialized. The instance returned by this fitter has been initialized.
The instance returned by this fitter can access only the public interface of the API.
If you want to access the API's private interface, sets the API key and secret key separately.