Class: Quickfix::FastMarketPercentage
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::FastMarketPercentage
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FastMarketPercentage
constructor
A new instance of FastMarketPercentage.
Constructor Details
#initialize(data = nil) ⇒ FastMarketPercentage
Returns a new instance of FastMarketPercentage.
62250 62251 62252 62253 62254 62255 62256 |
# File 'lib/quickfix_fields.rb', line 62250 def initialize(data = nil) if( data == nil ) super(2557) else super(2557, data) end end |