Class: Quickfix::UnderlyingStreamNotionalAdjustments

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

Instance Method Summary collapse

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