C# Class MtGoxTrader.Trader.Configure

Show file Open project: iamapi/MtgoxTrader Class Usage Examples

Public Properties

Property Type Description
Expiration int
MtGoxConfig Config

Public Methods

Method Description
Configure ( int expire ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Configure_FormClosing ( object sender, FormClosingEventArgs e ) : void
Init ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnLogin_Click ( object sender, EventArgs e ) : void
checkField ( ) : bool
showContent ( ) : void

Method Details

Configure() public method

public Configure ( int expire ) : System
expire int
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Property Details

Expiration public static property

public static int Expiration
return int

MtGoxConfig public static property

public static Config,MtGoxTrader.Trader MtGoxConfig
return Config