Class: Quickfix::NoLegInstrumentParties

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoLegInstrumentParties

Returns a new instance of NoLegInstrumentParties.



48704
48705
48706
48707
48708
48709
48710
# File 'lib/quickfix_fields.rb', line 48704

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

Class Method Details

.fieldObject



48701
48702
48703
# File 'lib/quickfix_fields.rb', line 48701

def NoLegInstrumentParties.field
  return 2254
end