Class: Quickfix::CashSettlAgentCode

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CashSettlAgentCode

Returns a new instance of CashSettlAgentCode.



16815
16816
16817
16818
16819
16820
16821
# File 'lib/quickfix_fields.rb', line 16815

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

Class Method Details

.fieldObject



16812
16813
16814
# File 'lib/quickfix_fields.rb', line 16812

def CashSettlAgentCode.field
  return 183
end