Class: Quickfix::CashDistribAgentAcctName

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

Returns a new instance of CashDistribAgentAcctName.



9041
9042
9043
9044
9045
9046
9047
# File 'lib/quickfix_fields.rb', line 9041

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

Class Method Details

.fieldObject



9038
9039
9040
# File 'lib/quickfix_fields.rb', line 9038

def CashDistribAgentAcctName.field
  return 502
end