Class: Quickfix::CashDistribAgentCode

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CashDistribAgentCode

Returns a new instance of CashDistribAgentCode.



6883
6884
6885
6886
6887
6888
6889
# File 'lib/quickfix_fields.rb', line 6883

def initialize(data = nil)
  if( data == nil )
    super(499)
  else
    super(499, data)
  end
end