Class: Quickfix::SideCollateralFXRate

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

Returns a new instance of SideCollateralFXRate.



75588
75589
75590
75591
75592
75593
75594
# File 'lib/quickfix_fields.rb', line 75588

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

Class Method Details

.fieldObject



75585
75586
75587
# File 'lib/quickfix_fields.rb', line 75585

def SideCollateralFXRate.field
  return 2696
end