ParticipantInfo
struct ParticipantInfo
Participant info
Fields
#broker_ids: [int]
Broker IDs
broker_ids: [int]
Broker IDs
Broker IDs
Methods
new
pub fn new(inner: ParticipantInfo): ParticipantInfo
[src]
fn new(inner: _ParticipantInfo): ParticipantInfo {
return ParticipantInfo {
broker_ids: inner.broker_ids,
name_cn: inner.name_cn,
name_en: inner.name_en,
name_hk: inner.name_hk,
};
}
new
pub fn new(inner: ParticipantInfo): ParticipantInfo
[src]
fn new(inner: _ParticipantInfo): ParticipantInfo {
return ParticipantInfo {
broker_ids: inner.broker_ids,
name_cn: inner.name_cn,
name_en: inner.name_en,
name_hk: inner.name_hk,
};
}