Class: Quickfix::CashSettlAgentAcctNum
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CashSettlAgentAcctNum
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlAgentAcctNum
constructor
A new instance of CashSettlAgentAcctNum.
Constructor Details
#initialize(data = nil) ⇒ CashSettlAgentAcctNum
Returns a new instance of CashSettlAgentAcctNum.
11329 11330 11331 11332 11333 11334 11335 |
# File 'lib/quickfix_fields.rb', line 11329 def initialize(data = nil) if( data == nil ) super(184) else super(184, data) end end |
Class Method Details
.field ⇒ Object
11326 11327 11328 |
# File 'lib/quickfix_fields.rb', line 11326 def CashSettlAgentAcctNum.field return 184 end |