Class: Quickfix::NoDerivativeInstrumentParties

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

Returns a new instance of NoDerivativeInstrumentParties.



17153
17154
17155
17156
17157
17158
17159
# File 'lib/quickfix_fields.rb', line 17153

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

Class Method Details

.fieldObject



17150
17151
17152
# File 'lib/quickfix_fields.rb', line 17150

def NoDerivativeInstrumentParties.field
  return 1292
end