Class: Quickfix::LegReturnRateNotionalReset

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegReturnRateNotionalReset

Returns a new instance of LegReturnRateNotionalReset.



66774
66775
66776
66777
66778
66779
66780
# File 'lib/quickfix_fields.rb', line 66774

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

Class Method Details

.fieldObject



66771
66772
66773
# File 'lib/quickfix_fields.rb', line 66771

def LegReturnRateNotionalReset.field
  return 42467
end