Versions in this module Expand all Collapse all v0 v0.4.3 Mar 18, 2019 Changes in this version + var CommercialPaper_State_name = map[int32]string + var CommercialPaper_State_value = map[string]int32 + type BuyCommercialPaper struct + CurrentOwner string + Issuer string + NewOwner string + PaperNumber string + Price int32 + PurchaseDate *google_protobuf.Timestamp + func (*BuyCommercialPaper) Descriptor() ([]byte, []int) + func (*BuyCommercialPaper) ProtoMessage() + func (m *BuyCommercialPaper) GetCurrentOwner() string + func (m *BuyCommercialPaper) GetIssuer() string + func (m *BuyCommercialPaper) GetNewOwner() string + func (m *BuyCommercialPaper) GetPaperNumber() string + func (m *BuyCommercialPaper) GetPrice() int32 + func (m *BuyCommercialPaper) GetPurchaseDate() *google_protobuf.Timestamp + func (m *BuyCommercialPaper) Reset() + func (m *BuyCommercialPaper) String() string + func (this *BuyCommercialPaper) Validate() error + type CommercialPaper struct + ExternalId string + FaceValue int32 + IssueDate *google_protobuf.Timestamp + Issuer string + MaturityDate *google_protobuf.Timestamp + Owner string + PaperNumber string + State CommercialPaper_State + func (*CommercialPaper) Descriptor() ([]byte, []int) + func (*CommercialPaper) ProtoMessage() + func (m *CommercialPaper) GetExternalId() string + func (m *CommercialPaper) GetFaceValue() int32 + func (m *CommercialPaper) GetIssueDate() *google_protobuf.Timestamp + func (m *CommercialPaper) GetIssuer() string + func (m *CommercialPaper) GetMaturityDate() *google_protobuf.Timestamp + func (m *CommercialPaper) GetOwner() string + func (m *CommercialPaper) GetPaperNumber() string + func (m *CommercialPaper) GetState() CommercialPaper_State + func (m *CommercialPaper) Reset() + func (m *CommercialPaper) String() string + func (this *CommercialPaper) Validate() error + type CommercialPaperId struct + Issuer string + PaperNumber string + func (*CommercialPaperId) Descriptor() ([]byte, []int) + func (*CommercialPaperId) ProtoMessage() + func (m *CommercialPaperId) GetIssuer() string + func (m *CommercialPaperId) GetPaperNumber() string + func (m *CommercialPaperId) Reset() + func (m *CommercialPaperId) String() string + func (this *CommercialPaperId) Validate() error + type CommercialPaperList struct + Items []*CommercialPaper + func (*CommercialPaperList) Descriptor() ([]byte, []int) + func (*CommercialPaperList) ProtoMessage() + func (m *CommercialPaperList) GetItems() []*CommercialPaper + func (m *CommercialPaperList) Reset() + func (m *CommercialPaperList) String() string + func (this *CommercialPaperList) Validate() error + type CommercialPaper_State int32 + const CommercialPaper_ISSUED + const CommercialPaper_REDEEMED + const CommercialPaper_TRADING + func (CommercialPaper_State) EnumDescriptor() ([]byte, []int) + func (x CommercialPaper_State) String() string + type IssueCommercialPaper struct + ExternalId string + FaceValue int32 + IssueDate *google_protobuf.Timestamp + Issuer string + MaturityDate *google_protobuf.Timestamp + PaperNumber string + func (*IssueCommercialPaper) Descriptor() ([]byte, []int) + func (*IssueCommercialPaper) ProtoMessage() + func (m *IssueCommercialPaper) GetExternalId() string + func (m *IssueCommercialPaper) GetFaceValue() int32 + func (m *IssueCommercialPaper) GetIssueDate() *google_protobuf.Timestamp + func (m *IssueCommercialPaper) GetIssuer() string + func (m *IssueCommercialPaper) GetMaturityDate() *google_protobuf.Timestamp + func (m *IssueCommercialPaper) GetPaperNumber() string + func (m *IssueCommercialPaper) Reset() + func (m *IssueCommercialPaper) String() string + func (this *IssueCommercialPaper) Validate() error + type RedeemCommercialPaper struct + Issuer string + PaperNumber string + RedeemDate *google_protobuf.Timestamp + RedeemingOwner string + func (*RedeemCommercialPaper) Descriptor() ([]byte, []int) + func (*RedeemCommercialPaper) ProtoMessage() + func (m *RedeemCommercialPaper) GetIssuer() string + func (m *RedeemCommercialPaper) GetPaperNumber() string + func (m *RedeemCommercialPaper) GetRedeemDate() *google_protobuf.Timestamp + func (m *RedeemCommercialPaper) GetRedeemingOwner() string + func (m *RedeemCommercialPaper) Reset() + func (m *RedeemCommercialPaper) String() string + func (this *RedeemCommercialPaper) Validate() error