Skip to content

Commit

Permalink
Change Revitpo to Trock
Browse files Browse the repository at this point in the history
Changed all comment stubs in header of each file + string literal in
logger.cpp
  • Loading branch information
mobeigi committed Apr 1, 2015
1 parent 4d8a017 commit 4a7324a
Show file tree
Hide file tree
Showing 22 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion src/CSVReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Algorithmic Trading SENG3011
//
// Created on 03/03/15.
// Copyright (c) Revitpo. All rights reserved.
// Copyright (c) Trock. All rights reserved.
//

#include "CSVReader.h"
Expand Down
2 changes: 1 addition & 1 deletion src/CSVReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Algorithmic Trading SENG3011
//
// Created on 03/03/15.
// Copyright (c) Revitpo. All rights reserved.
// Copyright (c) Trock. All rights reserved.
//

#ifndef __Algorithmic_Trading_CSVReader__
Expand Down
2 changes: 1 addition & 1 deletion src/CSVWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Algorithmic Trading SENG3011
//
// Created on 03/03/15.
// Copyright (c) Revitpo. All rights reserved.
// Copyright (c) Trock. All rights reserved.
//

#include "CSVWriter.h"
Expand Down
2 changes: 1 addition & 1 deletion src/CSVWriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Algorithmic Trading SENG3011
//
// Created on 03/03/15.
// Copyright (c) Revitpo. All rights reserved.
// Copyright (c) Trock. All rights reserved.
//

#ifndef __Algorithmic_Trading_CSVWriter__
Expand Down
2 changes: 1 addition & 1 deletion src/GlobalIncludes.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Algorithmic Trading SENG3011
//
// Created on 03/03/15.
// Copyright (c) Revitpo. All rights reserved.
// Copyright (c) Trock. All rights reserved.
//

#ifndef __Algorithmic_Trading__GlobalIncludes__
Expand Down
4 changes: 2 additions & 2 deletions src/Logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Algorithmic Trading SENG3011
//
// Created on 03/03/15.
// Copyright (c) Revitpo. All rights reserved.
// Copyright (c) Trock. All rights reserved.
//

#include "Logger.h"
Expand All @@ -30,7 +30,7 @@ namespace std {

startTimeEpoch = Helper::sysTimeUS();

log("Revitpo: Version " __PRODUCT_RELEASE_VERSION);
log("Trock: Version " __PRODUCT_RELEASE_VERSION);
log("Antheny Yu, Ian Wong, Jason Ng, Mohammad Ghasembegi and Samuel Whitton");
log("Parameters parsed: " + paramsDescr);
log("Input CSV file: " + inputFileName);
Expand Down
2 changes: 1 addition & 1 deletion src/Logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Algorithmic Trading SENG3011
//
// Created on 03/03/15.
// Copyright (c) Revitpo. All rights reserved.
// Copyright (c) Trock. All rights reserved.
//


Expand Down
2 changes: 1 addition & 1 deletion src/MomentumStrategy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Algorithmic Trading SENG3011
//
// Created on 03/03/15.
// Copyright (c) Revitpo. All rights reserved.
// Copyright (c) Trock. All rights reserved.
//

#include "MomentumStrategy.h"
Expand Down
2 changes: 1 addition & 1 deletion src/MomentumStrategy.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Algorithmic Trading SENG3011
//
// Created on 03/03/15.
// Copyright (c) Revitpo. All rights reserved.
// Copyright (c) Trock. All rights reserved.
//


Expand Down
2 changes: 1 addition & 1 deletion src/MomentumStrategyData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Algorithmic Trading SENG3011
//
// Created on 03/03/15.
// Copyright (c) Revitpo. All rights reserved.
// Copyright (c) Trock. All rights reserved.
//

#include "MomentumStrategyData.h"
Expand Down
2 changes: 1 addition & 1 deletion src/MomentumStrategyData.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Algorithmic Trading SENG3011
//
// Created on 03/03/15.
// Copyright (c) Revitpo. All rights reserved.
// Copyright (c) Trock. All rights reserved.
//


Expand Down
2 changes: 1 addition & 1 deletion src/Params.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Algorithmic Trading SENG3011
//
// Created on 03/03/15.
// Copyright (c) Revitpo. All rights reserved.
// Copyright (c) Trock. All rights reserved.
//

#include "Params.h"
Expand Down
2 changes: 1 addition & 1 deletion src/Params.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Algorithmic Trading SENG3011
//
// Created on 03/03/15.
// Copyright (c) Revitpo. All rights reserved.
// Copyright (c) Trock. All rights reserved.
//


Expand Down
2 changes: 1 addition & 1 deletion src/Strategy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Algorithmic Trading SENG3011
//
// Created on 03/03/15.
// Copyright (c) Revitpo. All rights reserved.
// Copyright (c) Trock. All rights reserved.
//

#include "Strategy.h"
Expand Down
2 changes: 1 addition & 1 deletion src/Strategy.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Algorithmic Trading SENG3011
//
// Created on 03/03/15.
// Copyright (c) Revitpo. All rights reserved.
// Copyright (c) Trock. All rights reserved.
//


Expand Down
2 changes: 1 addition & 1 deletion src/StrategyResult.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Algorithmic Trading SENG3011
//
// Created on 03/03/15.
// Copyright (c) Revitpo. All rights reserved.
// Copyright (c) Trock. All rights reserved.
//

#include "StrategyResult.h"
Expand Down
2 changes: 1 addition & 1 deletion src/StrategyResult.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Algorithmic Trading SENG3011
//
// Created on 03/03/15.
// Copyright (c) Revitpo. All rights reserved.
// Copyright (c) Trock. All rights reserved.
//


Expand Down
2 changes: 1 addition & 1 deletion src/TradeDay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Algorithmic Trading SENG3011
//
// Created on 03/03/15.
// Copyright (c) Revitpo. All rights reserved.
// Copyright (c) Trock. All rights reserved.
//

#include "TradeDay.h"
Expand Down
2 changes: 1 addition & 1 deletion src/TradeDay.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Algorithmic Trading SENG3011
//
// Created on 03/03/15.
// Copyright (c) Revitpo. All rights reserved.
// Copyright (c) Trock. All rights reserved.
//


Expand Down
2 changes: 1 addition & 1 deletion src/UnitTester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Algorithmic Trading SENG3011
//
// Created on 24/03/15.
// Copyright (c) Revitpo. All rights reserved.
// Copyright (c) Trock. All rights reserved.
//

#include "UnitTester.h"
Expand Down
2 changes: 1 addition & 1 deletion src/UnitTester.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Algorithmic Trading SENG3011
//
// Created on 24/03/15.
// Copyright (c) Revitpo. All rights reserved.
// Copyright (c) Trock. All rights reserved.
//

#ifndef __Algorithmic_Trading__UnitTester__
Expand Down
6 changes: 3 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Algorithmic Trading SENG3011
//
// Created on 03/03/15.
// Copyright (c) Revitpo. All rights reserved.
// Copyright (c) Trock. All rights reserved.
//

#include <iostream>
Expand Down Expand Up @@ -36,8 +36,8 @@ int main(int argc, const char * argv[]) {
int returnsValue = 4;
double thresholdValue = 0.001;

std::UnitTester tester;
tester.testAll();
//std::UnitTester tester;
//tester.testAll();

// Ensure we have the corrent number of arguments
// or the nasty seg fault monster will come and steal all the sugar
Expand Down

0 comments on commit 4a7324a

Please sign in to comment.