Class: Quickfix::OfferSpotRate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OfferSpotRate

Returns a new instance of OfferSpotRate.



13981
13982
13983
13984
13985
13986
13987
# File 'lib/quickfix_fields.rb', line 13981

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

Class Method Details

.fieldObject



13978
13979
13980
# File 'lib/quickfix_fields.rb', line 13978

def OfferSpotRate.field
	return 190
end