Class: Quickfix::SideCollateralMarketPrice

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

Returns a new instance of SideCollateralMarketPrice.



75614
75615
75616
75617
75618
75619
75620
# File 'lib/quickfix_fields.rb', line 75614

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

Class Method Details

.fieldObject



75611
75612
75613
# File 'lib/quickfix_fields.rb', line 75611

def SideCollateralMarketPrice.field
  return 2698
end