本文整理汇总了Golang中github.com/quickfixgo/quickfix/field.NewSecurityDesc函数的典型用法代码示例。如果您正苦于以下问题:Golang NewSecurityDesc函数的具体用法?Golang NewSecurityDesc怎么用?Golang NewSecurityDesc使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了NewSecurityDesc函数的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的Golang代码示例。
示例1: SetSecurityDesc
//SetSecurityDesc sets SecurityDesc, Tag 107
func (m SecurityStatus) SetSecurityDesc(v string) {
m.Set(field.NewSecurityDesc(v))
}
开发者ID:cbusbey,项目名称:quickfix,代码行数:4,代码来源:SecurityStatus.generated.go
示例2: SetSecurityDesc
//SetSecurityDesc sets SecurityDesc, Tag 107
func (m TradingSessionStatus) SetSecurityDesc(v string) {
m.Set(field.NewSecurityDesc(v))
}
开发者ID:cbusbey,项目名称:quickfix,代码行数:4,代码来源:TradingSessionStatus.generated.go
示例3: SetSecurityDesc
//SetSecurityDesc sets SecurityDesc, Tag 107
func (m IOI) SetSecurityDesc(v string) {
m.Set(field.NewSecurityDesc(v))
}
开发者ID:cbusbey,项目名称:quickfix,代码行数:4,代码来源:IOI.generated.go
示例4: SetSecurityDesc
//SetSecurityDesc sets SecurityDesc, Tag 107
func (m MarketDataSnapshotFullRefresh) SetSecurityDesc(v string) {
m.Set(field.NewSecurityDesc(v))
}
开发者ID:cbusbey,项目名称:quickfix,代码行数:4,代码来源:MarketDataSnapshotFullRefresh.generated.go
示例5: SetSecurityDesc
//SetSecurityDesc sets SecurityDesc, Tag 107
func (m OrderStatusRequest) SetSecurityDesc(v string) {
m.Set(field.NewSecurityDesc(v))
}
开发者ID:cbusbey,项目名称:quickfix,代码行数:4,代码来源:OrderStatusRequest.generated.go
示例6: SetSecurityDesc
//SetSecurityDesc sets SecurityDesc, Tag 107
func (m OrderMassCancelRequest) SetSecurityDesc(v string) {
m.Set(field.NewSecurityDesc(v))
}
开发者ID:cbusbey,项目名称:quickfix,代码行数:4,代码来源:OrderMassCancelRequest.generated.go
示例7: SetSecurityDesc
//SetSecurityDesc sets SecurityDesc, Tag 107
func (m NoRelatedSym) SetSecurityDesc(v string) {
m.Set(field.NewSecurityDesc(v))
}
开发者ID:cbusbey,项目名称:quickfix,代码行数:4,代码来源:MarketDataRequest.generated.go
示例8: SetSecurityDesc
//SetSecurityDesc sets SecurityDesc, Tag 107
func (m NoQuoteEntries) SetSecurityDesc(v string) {
m.Set(field.NewSecurityDesc(v))
}
开发者ID:quickfixgo,项目名称:quickfix,代码行数:4,代码来源:MassQuote.generated.go
示例9: SetSecurityDesc
//SetSecurityDesc sets SecurityDesc, Tag 107
func (m ExecutionReport) SetSecurityDesc(v string) {
m.Set(field.NewSecurityDesc(v))
}
开发者ID:quickfixgo,项目名称:examples,代码行数:4,代码来源:ExecutionReport.generated.go
示例10: SetSecurityDesc
//SetSecurityDesc sets SecurityDesc, Tag 107
func (m NoStrikes) SetSecurityDesc(v string) {
m.Set(field.NewSecurityDesc(v))
}
开发者ID:quickfixgo,项目名称:quickfix,代码行数:4,代码来源:ListStrikePrice.generated.go
示例11: SetSecurityDesc
//SetSecurityDesc sets SecurityDesc, Tag 107
func (m Advertisement) SetSecurityDesc(v string) {
m.Set(field.NewSecurityDesc(v))
}
开发者ID:quickfixgo,项目名称:quickfix,代码行数:4,代码来源:Advertisement.generated.go
示例12: SetSecurityDesc
//SetSecurityDesc sets SecurityDesc, Tag 107
func (m SecurityDefinitionRequest) SetSecurityDesc(v string) {
m.Set(field.NewSecurityDesc(v))
}
开发者ID:cbusbey,项目名称:quickfix,代码行数:4,代码来源:SecurityDefinitionRequest.generated.go
示例13: SetSecurityDesc
//SetSecurityDesc sets SecurityDesc, Tag 107
func (m NoOrders) SetSecurityDesc(v string) {
m.Set(field.NewSecurityDesc(v))
}
开发者ID:cbusbey,项目名称:quickfix,代码行数:4,代码来源:NewOrderList.generated.go
示例14: SetSecurityDesc
//SetSecurityDesc sets SecurityDesc, Tag 107
func (m SecurityListRequest) SetSecurityDesc(v string) {
m.Set(field.NewSecurityDesc(v))
}
开发者ID:cbusbey,项目名称:quickfix,代码行数:4,代码来源:SecurityListRequest.generated.go
示例15: SetSecurityDesc
//SetSecurityDesc sets SecurityDesc, Tag 107
func (m DontKnowTrade) SetSecurityDesc(v string) {
m.Set(field.NewSecurityDesc(v))
}
开发者ID:quickfixgo,项目名称:quickfix,代码行数:4,代码来源:DontKnowTrade.generated.go
示例16: SetSecurityDesc
//SetSecurityDesc sets SecurityDesc, Tag 107
func (m CrossOrderCancelRequest) SetSecurityDesc(v string) {
m.Set(field.NewSecurityDesc(v))
}
开发者ID:cbusbey,项目名称:quickfix,代码行数:4,代码来源:CrossOrderCancelRequest.generated.go
示例17: SetSecurityDesc
//SetSecurityDesc sets SecurityDesc, Tag 107
func (m Allocation) SetSecurityDesc(v string) {
m.Set(field.NewSecurityDesc(v))
}
开发者ID:quickfixgo,项目名称:quickfix,代码行数:4,代码来源:Allocation.generated.go
示例18: SetSecurityDesc
//SetSecurityDesc sets SecurityDesc, Tag 107
func (m TradeCaptureReportRequest) SetSecurityDesc(v string) {
m.Set(field.NewSecurityDesc(v))
}
开发者ID:cbusbey,项目名称:quickfix,代码行数:4,代码来源:TradeCaptureReportRequest.generated.go
示例19: SetSecurityDesc
//SetSecurityDesc sets SecurityDesc, Tag 107
func (m Quote) SetSecurityDesc(v string) {
m.Set(field.NewSecurityDesc(v))
}
开发者ID:quickfixgo,项目名称:quickfix,代码行数:4,代码来源:Quote.generated.go
示例20: SetSecurityDesc
//SetSecurityDesc sets SecurityDesc, Tag 107
func (m IndicationofInterest) SetSecurityDesc(v string) {
m.Set(field.NewSecurityDesc(v))
}
开发者ID:quickfixgo,项目名称:quickfix,代码行数:4,代码来源:IndicationofInterest.generated.go
注:本文中的github.com/quickfixgo/quickfix/field.NewSecurityDesc函数示例由纯净天空整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。 |
请发表评论