Class: Quickfix::CashSettlAgentCode
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CashSettlAgentCode
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlAgentCode
constructor
A new instance of CashSettlAgentCode.
Constructor Details
#initialize(data = nil) ⇒ CashSettlAgentCode
Returns a new instance of CashSettlAgentCode.
2788 2789 2790 2791 2792 2793 2794 |
# File 'lib/quickfix_fields.rb', line 2788 def initialize(data = nil) if( data == nil ) super(183) else super(183, data) end end |