Class: Quickfix::StreamNotionalAdjustments

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

Returns a new instance of StreamNotionalAdjustments.



70908
70909
70910
70911
70912
70913
70914
# File 'lib/quickfix_fields.rb', line 70908

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

Class Method Details

.fieldObject



70905
70906
70907
# File 'lib/quickfix_fields.rb', line 70905

def StreamNotionalAdjustments.field
  return 42787
end