Class: Quickfix::OfferSpotRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::OfferSpotRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OfferSpotRate
constructor
A new instance of OfferSpotRate.
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
.field ⇒ Object
13978 13979 13980 |
# File 'lib/quickfix_fields.rb', line 13978 def OfferSpotRate.field return 190 end |