bitbankres class : bitbankres() fitter
Description
Gets an instance.
Syntax
new bitbankres()
Arguments
None.
Return value
Class | Description |
bitbankres | An instance. This instance has not been initialized. |
Sample code
1: | bitbankres bitbankresIns = new bitbankres(); |
Notes
It is an automatically generated default fitter. It returns an instance as same as getting from the variable declaration.
The instance returned by this fitter has not been initialized.
An initialized instance of this class is returned from the methods of the bitbankapi class.
Links for reference
None.