Class: Quickfix::LegCouponRate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegCouponRate

Returns a new instance of LegCouponRate.



18167
18168
18169
18170
18171
18172
18173
# File 'lib/quickfix_fields.rb', line 18167

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

Class Method Details

.fieldObject



18164
18165
18166
# File 'lib/quickfix_fields.rb', line 18164

def LegCouponRate.field
	return 615
end