Class: Quickfix::DerivativeInstrumentPartyID

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

Returns a new instance of DerivativeInstrumentPartyID.



17166
17167
17168
17169
17170
17171
17172
# File 'lib/quickfix_fields.rb', line 17166

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

Class Method Details

.fieldObject



17163
17164
17165
# File 'lib/quickfix_fields.rb', line 17163

def DerivativeInstrumentPartyID.field
  return 1293
end