Class: Quickfix::MDEntrySpotRate

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

Returns a new instance of MDEntrySpotRate.



13773
13774
13775
13776
13777
13778
13779
# File 'lib/quickfix_fields.rb', line 13773

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

Class Method Details

.fieldObject



13770
13771
13772
# File 'lib/quickfix_fields.rb', line 13770

def MDEntrySpotRate.field
  return 1026
end