Class: Quickfix::CashSettlAgentName
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CashSettlAgentName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
7013 7014 7015 7016 7017 7018 7019 |
# File 'lib/quickfix_fields.rb', line 7013 def initialize(data = nil) if( data == nil ) super(182) else super(182, data) end end |
Class Method Details
.field ⇒ Object
7010 7011 7012 |
# File 'lib/quickfix_fields.rb', line 7010 def CashSettlAgentName.field return 182 end |