Class: Quickfix::LastSpotRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LastSpotRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LastSpotRate
constructor
A new instance of LastSpotRate.
Constructor Details
#initialize(data = nil) ⇒ LastSpotRate
Returns a new instance of LastSpotRate.
16113 16114 16115 16116 16117 16118 16119 |
# File 'lib/quickfix_fields.rb', line 16113 def initialize(data = nil) if( data == nil ) super(194) else super(194, data) end end |
Class Method Details
.field ⇒ Object
16110 16111 16112 |
# File 'lib/quickfix_fields.rb', line 16110 def LastSpotRate.field return 194 end |