Class: Quickfix::CashSettlAgentName
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CashSettlAgentName
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlAgentName
constructor
A new instance of CashSettlAgentName.
Constructor Details
#initialize(data = nil) ⇒ CashSettlAgentName
Returns a new instance of CashSettlAgentName.
2775 2776 2777 2778 2779 2780 2781 |
# File 'lib/quickfix_fields.rb', line 2775 def initialize(data = nil) if( data == nil ) super(182) else super(182, data) end end |