Iam trying to pull volume from fxcm data, i got this error can anybody help me in getting data. During the algorithm initialization, the following exception has occurred: NameError : name 'FxcmTransactionModel' is not defined
at Initialize in main.py:line 26 :: self.Securities[self.syl].FeeModel = FxcmTransactionModel()
NameError : name 'FxcmTransactionModel' is not defined
  i followed this in communityhttps://www.quantconnect.com/forum/discussion/3236/fx-volume-tick-from-fxcm/p1

Author