Class: Quickfix::LegCouponRate

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

Returns a new instance of LegCouponRate.



8352
8353
8354
8355
8356
8357
8358
# File 'lib/quickfix_fields.rb', line 8352

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

Class Method Details

.fieldObject



8349
8350
8351
# File 'lib/quickfix_fields.rb', line 8349

def LegCouponRate.field
  return 615
end