Class: Quickfix::BasisPxType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ BasisPxType



10835
10836
10837
10838
10839
10840
10841
# File 'lib/quickfix_fields.rb', line 10835

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

Class Method Details

.fieldObject



10832
10833
10834
# File 'lib/quickfix_fields.rb', line 10832

def BasisPxType.field
  return 419
end