Class: Quickfix::UnderlyingDirtyPrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingDirtyPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDirtyPrice
constructor
A new instance of UnderlyingDirtyPrice.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDirtyPrice
Returns a new instance of UnderlyingDirtyPrice.
10666 10667 10668 10669 10670 10671 10672 |
# File 'lib/quickfix_fields.rb', line 10666 def initialize(data = nil) if( data == nil ) super(882) else super(882, data) end end |
Class Method Details
.field ⇒ Object
10663 10664 10665 |
# File 'lib/quickfix_fields.rb', line 10663 def UnderlyingDirtyPrice.field return 882 end |