Class: Quickfix::CashDistribAgentCode

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



6880
6881
6882
# File 'lib/quickfix_fields.rb', line 6880

def CashDistribAgentCode.field
  return 499
end