Class: Quickfix::CashSettlAgentCode
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CashSettlAgentCode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
16815 16816 16817 16818 16819 16820 16821 |
# File 'lib/quickfix_fields.rb', line 16815 def initialize(data = nil) if( data == nil ) super(183) else super(183, data) end end |
Class Method Details
.field ⇒ Object
16812 16813 16814 |
# File 'lib/quickfix_fields.rb', line 16812 def CashSettlAgentCode.field return 183 end |