Class: Quickfix::CashDistribAgentName
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CashDistribAgentName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashDistribAgentName
constructor
A new instance of CashDistribAgentName.
Constructor Details
#initialize(data = nil) ⇒ CashDistribAgentName
Returns a new instance of CashDistribAgentName.
4205 4206 4207 4208 4209 4210 4211 |
# File 'lib/quickfix_fields.rb', line 4205 def initialize(data = nil) if( data == nil ) super(498) else super(498, data) end end |
Class Method Details
.field ⇒ Object
4202 4203 4204 |
# File 'lib/quickfix_fields.rb', line 4202 def CashDistribAgentName.field return 498 end |