ADD: added orders and implemented order and moveorder and test for moveorder
This commit is contained in:
315
include/Orders/protos/HoldOrder.pb.cc
Normal file
315
include/Orders/protos/HoldOrder.pb.cc
Normal file
@@ -0,0 +1,315 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: HoldOrder.proto
|
||||
|
||||
#include "HoldOrder.pb.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include <google/protobuf/io/coded_stream.h>
|
||||
#include <google/protobuf/extension_set.h>
|
||||
#include <google/protobuf/wire_format_lite.h>
|
||||
#include <google/protobuf/descriptor.h>
|
||||
#include <google/protobuf/generated_message_reflection.h>
|
||||
#include <google/protobuf/reflection_ops.h>
|
||||
#include <google/protobuf/wire_format.h>
|
||||
// @@protoc_insertion_point(includes)
|
||||
#include <google/protobuf/port_def.inc>
|
||||
|
||||
PROTOBUF_PRAGMA_INIT_SEG
|
||||
|
||||
namespace _pb = ::PROTOBUF_NAMESPACE_ID;
|
||||
namespace _pbi = _pb::internal;
|
||||
|
||||
namespace messages {
|
||||
namespace entity {
|
||||
namespace order {
|
||||
PROTOBUF_CONSTEXPR HoldOrder::HoldOrder(
|
||||
::_pbi::ConstantInitialized): _impl_{
|
||||
/*decltype(_impl_._has_bits_)*/{}
|
||||
, /*decltype(_impl_._cached_size_)*/{}
|
||||
, /*decltype(_impl_.endingtime_)*/nullptr} {}
|
||||
struct HoldOrderDefaultTypeInternal {
|
||||
PROTOBUF_CONSTEXPR HoldOrderDefaultTypeInternal()
|
||||
: _instance(::_pbi::ConstantInitialized{}) {}
|
||||
~HoldOrderDefaultTypeInternal() {}
|
||||
union {
|
||||
HoldOrder _instance;
|
||||
};
|
||||
};
|
||||
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 HoldOrderDefaultTypeInternal _HoldOrder_default_instance_;
|
||||
} // namespace order
|
||||
} // namespace entity
|
||||
} // namespace messages
|
||||
static ::_pb::Metadata file_level_metadata_HoldOrder_2eproto[1];
|
||||
static constexpr ::_pb::EnumDescriptor const** file_level_enum_descriptors_HoldOrder_2eproto = nullptr;
|
||||
static constexpr ::_pb::ServiceDescriptor const** file_level_service_descriptors_HoldOrder_2eproto = nullptr;
|
||||
|
||||
const uint32_t TableStruct_HoldOrder_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
|
||||
PROTOBUF_FIELD_OFFSET(::messages::entity::order::HoldOrder, _impl_._has_bits_),
|
||||
PROTOBUF_FIELD_OFFSET(::messages::entity::order::HoldOrder, _internal_metadata_),
|
||||
~0u, // no _extensions_
|
||||
~0u, // no _oneof_case_
|
||||
~0u, // no _weak_field_map_
|
||||
~0u, // no _inlined_string_donated_
|
||||
PROTOBUF_FIELD_OFFSET(::messages::entity::order::HoldOrder, _impl_.endingtime_),
|
||||
0,
|
||||
};
|
||||
static const ::_pbi::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
|
||||
{ 0, 7, -1, sizeof(::messages::entity::order::HoldOrder)},
|
||||
};
|
||||
|
||||
static const ::_pb::Message* const file_default_instances[] = {
|
||||
&::messages::entity::order::_HoldOrder_default_instance_._instance,
|
||||
};
|
||||
|
||||
const char descriptor_table_protodef_HoldOrder_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) =
|
||||
"\n\017HoldOrder.proto\022\025messages.entity.order"
|
||||
"\032\037google/protobuf/timestamp.proto\"O\n\tHol"
|
||||
"dOrder\0223\n\nendingTime\030\001 \001(\0132\032.google.prot"
|
||||
"obuf.TimestampH\000\210\001\001B\r\n\013_endingTimeb\006prot"
|
||||
"o3"
|
||||
;
|
||||
static const ::_pbi::DescriptorTable* const descriptor_table_HoldOrder_2eproto_deps[1] = {
|
||||
&::descriptor_table_google_2fprotobuf_2ftimestamp_2eproto,
|
||||
};
|
||||
static ::_pbi::once_flag descriptor_table_HoldOrder_2eproto_once;
|
||||
const ::_pbi::DescriptorTable descriptor_table_HoldOrder_2eproto = {
|
||||
false, false, 162, descriptor_table_protodef_HoldOrder_2eproto,
|
||||
"HoldOrder.proto",
|
||||
&descriptor_table_HoldOrder_2eproto_once, descriptor_table_HoldOrder_2eproto_deps, 1, 1,
|
||||
schemas, file_default_instances, TableStruct_HoldOrder_2eproto::offsets,
|
||||
file_level_metadata_HoldOrder_2eproto, file_level_enum_descriptors_HoldOrder_2eproto,
|
||||
file_level_service_descriptors_HoldOrder_2eproto,
|
||||
};
|
||||
PROTOBUF_ATTRIBUTE_WEAK const ::_pbi::DescriptorTable* descriptor_table_HoldOrder_2eproto_getter() {
|
||||
return &descriptor_table_HoldOrder_2eproto;
|
||||
}
|
||||
|
||||
// Force running AddDescriptors() at dynamic initialization time.
|
||||
PROTOBUF_ATTRIBUTE_INIT_PRIORITY2 static ::_pbi::AddDescriptorsRunner dynamic_init_dummy_HoldOrder_2eproto(&descriptor_table_HoldOrder_2eproto);
|
||||
namespace messages {
|
||||
namespace entity {
|
||||
namespace order {
|
||||
|
||||
// ===================================================================
|
||||
|
||||
class HoldOrder::_Internal {
|
||||
public:
|
||||
using HasBits = decltype(std::declval<HoldOrder>()._impl_._has_bits_);
|
||||
static const ::PROTOBUF_NAMESPACE_ID::Timestamp& endingtime(const HoldOrder* msg);
|
||||
static void set_has_endingtime(HasBits* has_bits) {
|
||||
(*has_bits)[0] |= 1u;
|
||||
}
|
||||
};
|
||||
|
||||
const ::PROTOBUF_NAMESPACE_ID::Timestamp&
|
||||
HoldOrder::_Internal::endingtime(const HoldOrder* msg) {
|
||||
return *msg->_impl_.endingtime_;
|
||||
}
|
||||
void HoldOrder::clear_endingtime() {
|
||||
if (_impl_.endingtime_ != nullptr) _impl_.endingtime_->Clear();
|
||||
_impl_._has_bits_[0] &= ~0x00000001u;
|
||||
}
|
||||
HoldOrder::HoldOrder(::PROTOBUF_NAMESPACE_ID::Arena* arena,
|
||||
bool is_message_owned)
|
||||
: ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) {
|
||||
SharedCtor(arena, is_message_owned);
|
||||
// @@protoc_insertion_point(arena_constructor:messages.entity.order.HoldOrder)
|
||||
}
|
||||
HoldOrder::HoldOrder(const HoldOrder& from)
|
||||
: ::PROTOBUF_NAMESPACE_ID::Message() {
|
||||
HoldOrder* const _this = this; (void)_this;
|
||||
new (&_impl_) Impl_{
|
||||
decltype(_impl_._has_bits_){from._impl_._has_bits_}
|
||||
, /*decltype(_impl_._cached_size_)*/{}
|
||||
, decltype(_impl_.endingtime_){nullptr}};
|
||||
|
||||
_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_);
|
||||
if (from._internal_has_endingtime()) {
|
||||
_this->_impl_.endingtime_ = new ::PROTOBUF_NAMESPACE_ID::Timestamp(*from._impl_.endingtime_);
|
||||
}
|
||||
// @@protoc_insertion_point(copy_constructor:messages.entity.order.HoldOrder)
|
||||
}
|
||||
|
||||
inline void HoldOrder::SharedCtor(
|
||||
::_pb::Arena* arena, bool is_message_owned) {
|
||||
(void)arena;
|
||||
(void)is_message_owned;
|
||||
new (&_impl_) Impl_{
|
||||
decltype(_impl_._has_bits_){}
|
||||
, /*decltype(_impl_._cached_size_)*/{}
|
||||
, decltype(_impl_.endingtime_){nullptr}
|
||||
};
|
||||
}
|
||||
|
||||
HoldOrder::~HoldOrder() {
|
||||
// @@protoc_insertion_point(destructor:messages.entity.order.HoldOrder)
|
||||
if (auto *arena = _internal_metadata_.DeleteReturnArena<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>()) {
|
||||
(void)arena;
|
||||
return;
|
||||
}
|
||||
SharedDtor();
|
||||
}
|
||||
|
||||
inline void HoldOrder::SharedDtor() {
|
||||
GOOGLE_DCHECK(GetArenaForAllocation() == nullptr);
|
||||
if (this != internal_default_instance()) delete _impl_.endingtime_;
|
||||
}
|
||||
|
||||
void HoldOrder::SetCachedSize(int size) const {
|
||||
_impl_._cached_size_.Set(size);
|
||||
}
|
||||
|
||||
void HoldOrder::Clear() {
|
||||
// @@protoc_insertion_point(message_clear_start:messages.entity.order.HoldOrder)
|
||||
uint32_t cached_has_bits = 0;
|
||||
// Prevent compiler warnings about cached_has_bits being unused
|
||||
(void) cached_has_bits;
|
||||
|
||||
cached_has_bits = _impl_._has_bits_[0];
|
||||
if (cached_has_bits & 0x00000001u) {
|
||||
GOOGLE_DCHECK(_impl_.endingtime_ != nullptr);
|
||||
_impl_.endingtime_->Clear();
|
||||
}
|
||||
_impl_._has_bits_.Clear();
|
||||
_internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
|
||||
}
|
||||
|
||||
const char* HoldOrder::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) {
|
||||
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
|
||||
_Internal::HasBits has_bits{};
|
||||
while (!ctx->Done(&ptr)) {
|
||||
uint32_t tag;
|
||||
ptr = ::_pbi::ReadTag(ptr, &tag);
|
||||
switch (tag >> 3) {
|
||||
// optional .google.protobuf.Timestamp endingTime = 1;
|
||||
case 1:
|
||||
if (PROTOBUF_PREDICT_TRUE(static_cast<uint8_t>(tag) == 10)) {
|
||||
ptr = ctx->ParseMessage(_internal_mutable_endingtime(), ptr);
|
||||
CHK_(ptr);
|
||||
} else
|
||||
goto handle_unusual;
|
||||
continue;
|
||||
default:
|
||||
goto handle_unusual;
|
||||
} // switch
|
||||
handle_unusual:
|
||||
if ((tag == 0) || ((tag & 7) == 4)) {
|
||||
CHK_(ptr);
|
||||
ctx->SetLastTag(tag);
|
||||
goto message_done;
|
||||
}
|
||||
ptr = UnknownFieldParse(
|
||||
tag,
|
||||
_internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(),
|
||||
ptr, ctx);
|
||||
CHK_(ptr != nullptr);
|
||||
} // while
|
||||
message_done:
|
||||
_impl_._has_bits_.Or(has_bits);
|
||||
return ptr;
|
||||
failure:
|
||||
ptr = nullptr;
|
||||
goto message_done;
|
||||
#undef CHK_
|
||||
}
|
||||
|
||||
uint8_t* HoldOrder::_InternalSerialize(
|
||||
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {
|
||||
// @@protoc_insertion_point(serialize_to_array_start:messages.entity.order.HoldOrder)
|
||||
uint32_t cached_has_bits = 0;
|
||||
(void) cached_has_bits;
|
||||
|
||||
// optional .google.protobuf.Timestamp endingTime = 1;
|
||||
if (_internal_has_endingtime()) {
|
||||
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
|
||||
InternalWriteMessage(1, _Internal::endingtime(this),
|
||||
_Internal::endingtime(this).GetCachedSize(), target, stream);
|
||||
}
|
||||
|
||||
if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
|
||||
target = ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
|
||||
_internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream);
|
||||
}
|
||||
// @@protoc_insertion_point(serialize_to_array_end:messages.entity.order.HoldOrder)
|
||||
return target;
|
||||
}
|
||||
|
||||
size_t HoldOrder::ByteSizeLong() const {
|
||||
// @@protoc_insertion_point(message_byte_size_start:messages.entity.order.HoldOrder)
|
||||
size_t total_size = 0;
|
||||
|
||||
uint32_t cached_has_bits = 0;
|
||||
// Prevent compiler warnings about cached_has_bits being unused
|
||||
(void) cached_has_bits;
|
||||
|
||||
// optional .google.protobuf.Timestamp endingTime = 1;
|
||||
cached_has_bits = _impl_._has_bits_[0];
|
||||
if (cached_has_bits & 0x00000001u) {
|
||||
total_size += 1 +
|
||||
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
|
||||
*_impl_.endingtime_);
|
||||
}
|
||||
|
||||
return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
|
||||
}
|
||||
|
||||
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData HoldOrder::_class_data_ = {
|
||||
::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck,
|
||||
HoldOrder::MergeImpl
|
||||
};
|
||||
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*HoldOrder::GetClassData() const { return &_class_data_; }
|
||||
|
||||
|
||||
void HoldOrder::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) {
|
||||
auto* const _this = static_cast<HoldOrder*>(&to_msg);
|
||||
auto& from = static_cast<const HoldOrder&>(from_msg);
|
||||
// @@protoc_insertion_point(class_specific_merge_from_start:messages.entity.order.HoldOrder)
|
||||
GOOGLE_DCHECK_NE(&from, _this);
|
||||
uint32_t cached_has_bits = 0;
|
||||
(void) cached_has_bits;
|
||||
|
||||
if (from._internal_has_endingtime()) {
|
||||
_this->_internal_mutable_endingtime()->::PROTOBUF_NAMESPACE_ID::Timestamp::MergeFrom(
|
||||
from._internal_endingtime());
|
||||
}
|
||||
_this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_);
|
||||
}
|
||||
|
||||
void HoldOrder::CopyFrom(const HoldOrder& from) {
|
||||
// @@protoc_insertion_point(class_specific_copy_from_start:messages.entity.order.HoldOrder)
|
||||
if (&from == this) return;
|
||||
Clear();
|
||||
MergeFrom(from);
|
||||
}
|
||||
|
||||
bool HoldOrder::IsInitialized() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
void HoldOrder::InternalSwap(HoldOrder* other) {
|
||||
using std::swap;
|
||||
_internal_metadata_.InternalSwap(&other->_internal_metadata_);
|
||||
swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
|
||||
swap(_impl_.endingtime_, other->_impl_.endingtime_);
|
||||
}
|
||||
|
||||
::PROTOBUF_NAMESPACE_ID::Metadata HoldOrder::GetMetadata() const {
|
||||
return ::_pbi::AssignDescriptors(
|
||||
&descriptor_table_HoldOrder_2eproto_getter, &descriptor_table_HoldOrder_2eproto_once,
|
||||
file_level_metadata_HoldOrder_2eproto[0]);
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(namespace_scope)
|
||||
} // namespace order
|
||||
} // namespace entity
|
||||
} // namespace messages
|
||||
PROTOBUF_NAMESPACE_OPEN
|
||||
template<> PROTOBUF_NOINLINE ::messages::entity::order::HoldOrder*
|
||||
Arena::CreateMaybeMessage< ::messages::entity::order::HoldOrder >(Arena* arena) {
|
||||
return Arena::CreateMessageInternal< ::messages::entity::order::HoldOrder >(arena);
|
||||
}
|
||||
PROTOBUF_NAMESPACE_CLOSE
|
||||
|
||||
// @@protoc_insertion_point(global_scope)
|
||||
#include <google/protobuf/port_undef.inc>
|
||||
Reference in New Issue
Block a user