Class: Quickfix::ClearingFirm

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ClearingFirm

Returns a new instance of ClearingFirm.



9847
9848
9849
9850
9851
9852
9853
# File 'lib/quickfix_fields.rb', line 9847

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

Class Method Details

.fieldObject



9844
9845
9846
# File 'lib/quickfix_fields.rb', line 9844

def ClearingFirm.field
  return 439
end