Class: Quickfix::NoSideCollateralReinvestments

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

Returns a new instance of NoSideCollateralReinvestments.



77889
77890
77891
77892
77893
77894
77895
# File 'lib/quickfix_fields.rb', line 77889

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

Class Method Details

.fieldObject



77886
77887
77888
# File 'lib/quickfix_fields.rb', line 77886

def NoSideCollateralReinvestments.field
  return 2864
end