Class: Quickfix::CashDistribAgentAcctNumber
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CashDistribAgentAcctNumber
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashDistribAgentAcctNumber
constructor
A new instance of CashDistribAgentAcctNumber.
Constructor Details
#initialize(data = nil) ⇒ CashDistribAgentAcctNumber
Returns a new instance of CashDistribAgentAcctNumber.
6896 6897 6898 6899 6900 6901 6902 |
# File 'lib/quickfix_fields.rb', line 6896 def initialize(data = nil) if( data == nil ) super(500) else super(500, data) end end |