Class: Quickfix::UnderlyingNotionalAdjustments

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

Returns a new instance of UnderlyingNotionalAdjustments.



72286
72287
72288
72289
72290
72291
72292
# File 'lib/quickfix_fields.rb', line 72286

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

Class Method Details

.fieldObject



72283
72284
72285
# File 'lib/quickfix_fields.rb', line 72283

def UnderlyingNotionalAdjustments.field
  return 2617
end