Class: Quickfix::LegStreamNotionalAdjustments

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

Returns a new instance of LegStreamNotionalAdjustments.



68321
68322
68323
68324
68325
68326
68327
# File 'lib/quickfix_fields.rb', line 68321

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

Class Method Details

.fieldObject



68318
68319
68320
# File 'lib/quickfix_fields.rb', line 68318

def LegStreamNotionalAdjustments.field
  return 42586
end