Class: Quickfix::LastUpfrontPrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LastUpfrontPrice
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LastUpfrontPrice
constructor
A new instance of LastUpfrontPrice.
Constructor Details
#initialize(data = nil) ⇒ LastUpfrontPrice
Returns a new instance of LastUpfrontPrice.
22639 22640 22641 22642 22643 22644 22645 |
# File 'lib/quickfix_fields.rb', line 22639 def initialize(data = nil) if( data == nil ) super(1743) else super(1743, data) end end |