Class: Quickfix::CustomerOrFirm

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CustomerOrFirm



4777
4778
4779
4780
4781
4782
4783
# File 'lib/quickfix_fields.rb', line 4777

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

Class Method Details

.fieldObject



4774
4775
4776
# File 'lib/quickfix_fields.rb', line 4774

def CustomerOrFirm.field
  return 204
end