Class: Quickfix::MinOfferSize
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::MinOfferSize
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MinOfferSize
constructor
A new instance of MinOfferSize.
Constructor Details
#initialize(data = nil) ⇒ MinOfferSize
8729 8730 8731 8732 8733 8734 8735 |
# File 'lib/quickfix_fields.rb', line 8729 def initialize(data = nil) if( data == nil ) super(648) else super(648, data) end end |