Class: Quickfix::CashSettlAgentAcctNum

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

Returns a new instance of CashSettlAgentAcctNum.



2801
2802
2803
2804
2805
2806
2807
# File 'lib/quickfix_fields.rb', line 2801

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

Class Method Details

.fieldObject



2798
2799
2800
# File 'lib/quickfix_fields.rb', line 2798

def CashSettlAgentAcctNum.field
  return 184
end