OnixS C++ B3 BOE Binary Order Entry
1.2.0
API Documentation
Home
Contents
Namespaces
Classes
Files
File List
File Members
OnixS
B3
BOE
Version.h
Go to the documentation of this file.
1
/**
2
* \file
3
*
4
* \todo Generate this file using CMake!
5
*/
6
/*
7
* Copyright Onix Solutions Limited [OnixS]. All rights reserved.
8
*
9
* This software owned by Onix Solutions Limited [OnixS] and is protected by copyright law
10
* and international copyright treaties.
11
*
12
* Access to and use of the software is governed by the terms of the applicable OnixS Software
13
* Services Agreement (the Agreement) and Customer end user license agreements granting
14
* a non-assignable, non-transferable and non-exclusive license to use the software
15
* for it's own data processing purposes under the terms defined in the Agreement.
16
*
17
* Except as otherwise granted within the terms of the Agreement, copying or reproduction of any part
18
* of this source code or associated reference material to any other location for further reproduction
19
* or redistribution, and any amendments to this copyright notice, are expressly prohibited.
20
*
21
* Any reproduction or redistribution for sale or hiring of the Software not in accordance with
22
* the terms of the Agreement is a violation of copyright law.
23
*/
24
25
#pragma once
26
#include <string>
27
28
#include <
OnixS/B3/BOE/ABI.h
>
29
30
namespace
OnixS
{
31
namespace
B3 {
32
namespace
BOE {
33
34
const
std::string
B3_BOE_HANDLER_VERSION
(
"1.2.0"
);
35
36
}
37
}
38
}
ABI.h
OnixS
Definition:
Defines.h:40
OnixS::B3::BOE::B3_BOE_HANDLER_VERSION
const std::string B3_BOE_HANDLER_VERSION("1.2.0")