Class: Quickfix::MinOfferSize
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::MinOfferSize
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MinOfferSize
constructor
A new instance of MinOfferSize.
Constructor Details
#initialize(data = nil) ⇒ MinOfferSize
Returns a new instance of MinOfferSize.
6480 6481 6482 6483 6484 6485 6486 |
# File 'lib/quickfix_fields.rb', line 6480 def initialize(data = nil) if( data == nil ) super(648) else super(648, data) end end |
Class Method Details
.field ⇒ Object
6477 6478 6479 |
# File 'lib/quickfix_fields.rb', line 6477 def MinOfferSize.field return 648 end |