Class: Quickfix::InstrumentScopeCouponRate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ InstrumentScopeCouponRate

Returns a new instance of InstrumentScopeCouponRate.



20897
20898
20899
20900
20901
20902
20903
# File 'lib/quickfix_fields.rb', line 20897

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

Class Method Details

.fieldObject



20894
20895
20896
# File 'lib/quickfix_fields.rb', line 20894

def InstrumentScopeCouponRate.field
  return 1555
end