Class: Quickfix::MDEntrySpotRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::MDEntrySpotRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDEntrySpotRate
constructor
A new instance of MDEntrySpotRate.
Constructor Details
#initialize(data = nil) ⇒ MDEntrySpotRate
Returns a new instance of MDEntrySpotRate.
6935 6936 6937 6938 6939 6940 6941 |
# File 'lib/quickfix_fields.rb', line 6935 def initialize(data = nil) if( data == nil ) super(1026) else super(1026, data) end end |
Class Method Details
.field ⇒ Object
6932 6933 6934 |
# File 'lib/quickfix_fields.rb', line 6932 def MDEntrySpotRate.field return 1026 end |