Class: Quickfix::CurrentDisplayPrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::CurrentDisplayPrice
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CurrentDisplayPrice
constructor
A new instance of CurrentDisplayPrice.
Constructor Details
#initialize(data = nil) ⇒ CurrentDisplayPrice
Returns a new instance of CurrentDisplayPrice.
77421 77422 77423 77424 77425 77426 77427 |
# File 'lib/quickfix_fields.rb', line 77421 def initialize(data = nil) if( data == nil ) super(2828) else super(2828, data) end end |