Class: Quickfix::CashSettlAgentCode

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

Returns a new instance of CashSettlAgentCode.



2788
2789
2790
2791
2792
2793
2794
# File 'lib/quickfix_fields.rb', line 2788

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

Class Method Details

.fieldObject



2785
2786
2787
# File 'lib/quickfix_fields.rb', line 2785

def CashSettlAgentCode.field
  return 183
end