Class: Quickfix::CashDistribAgentName

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) ⇒ CashDistribAgentName

Returns a new instance of CashDistribAgentName.



6870
6871
6872
6873
6874
6875
6876
# File 'lib/quickfix_fields.rb', line 6870

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

Class Method Details

.fieldObject



6867
6868
6869
# File 'lib/quickfix_fields.rb', line 6867

def CashDistribAgentName.field
  return 498
end