Class: Quickfix::CashDistribAgentCode
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CashDistribAgentCode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashDistribAgentCode
constructor
A new instance of CashDistribAgentCode.
Constructor Details
#initialize(data = nil) ⇒ CashDistribAgentCode
Returns a new instance of CashDistribAgentCode.
5921 5922 5923 5924 5925 5926 5927 |
# File 'lib/quickfix_fields.rb', line 5921 def initialize(data = nil) if( data == nil ) super(499) else super(499, data) end end |
Class Method Details
.field ⇒ Object
5918 5919 5920 |
# File 'lib/quickfix_fields.rb', line 5918 def CashDistribAgentCode.field return 499 end |