/*
 * FixCredentials.h
 *
 *  Created on: Oct 7, 2014
 *      Author: kdeol
 */

#ifndef FIXCREDENTIALS_H_
#define FIXCREDENTIALS_H_

typedef struct {
	std::string username;
	std::string password;
} fix_credentials;

#endif /* FIXCREDENTIALS_H_ */
