Class: Quickfix::InstrumentScopeCouponRate

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

Instance Method Summary collapse

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