Class: Quickfix::LegInstrumentPartyID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegInstrumentPartyID

Returns a new instance of LegInstrumentPartyID.



48717
48718
48719
48720
48721
48722
48723
# File 'lib/quickfix_fields.rb', line 48717

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

Class Method Details

.fieldObject



48714
48715
48716
# File 'lib/quickfix_fields.rb', line 48714

def LegInstrumentPartyID.field
  return 2255
end