Class: Quickfix::TradingReferencePrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::TradingReferencePrice
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradingReferencePrice
constructor
A new instance of TradingReferencePrice.
Constructor Details
#initialize(data = nil) ⇒ TradingReferencePrice
Returns a new instance of TradingReferencePrice.
15359 15360 15361 15362 15363 15364 15365 |
# File 'lib/quickfix_fields.rb', line 15359 def initialize(data = nil) if( data == nil ) super(1150) else super(1150, data) end end |