Class: Quickfix::LegInstrumentPartySubID

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) ⇒ LegInstrumentPartySubID

Returns a new instance of LegInstrumentPartySubID.



48769
48770
48771
48772
48773
48774
48775
# File 'lib/quickfix_fields.rb', line 48769

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

Class Method Details

.fieldObject



48766
48767
48768
# File 'lib/quickfix_fields.rb', line 48766

def LegInstrumentPartySubID.field
  return 2259
end