Class: Quickfix::UnderlyingStreamNotionalAdjustments

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

Returns a new instance of UnderlyingStreamNotionalAdjustments.



75055
75056
75057
75058
75059
75060
75061
# File 'lib/quickfix_fields.rb', line 75055

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

Class Method Details

.fieldObject



75052
75053
75054
# File 'lib/quickfix_fields.rb', line 75052

def UnderlyingStreamNotionalAdjustments.field
  return 43086
end