Class: Quickfix::InstrumentPartyID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InstrumentPartyID

Returns a new instance of InstrumentPartyID.



17803
17804
17805
17806
17807
17808
17809
# File 'lib/quickfix_fields.rb', line 17803

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

Class Method Details

.fieldObject



17800
17801
17802
# File 'lib/quickfix_fields.rb', line 17800

def InstrumentPartyID.field
  return 1019
end