Class: Quickfix::CashDistribAgentName
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CashDistribAgentName
- Defined in:
- lib/quickfix_fields.rb
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.
6870 6871 6872 6873 6874 6875 6876 |
# File 'lib/quickfix_fields.rb', line 6870 def initialize(data = nil) if( data == nil ) super(498) else super(498, data) end end |