def __init__(self, user, security_word):
     super(Vircurex, self).__init__()
     self.account = Account(user, security_word)
     self.name = 'VIRCUREX'
     self.trading_fee = 0.002