Class: Quickfix::MinBidSize
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::MinBidSize
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MinBidSize
constructor
A new instance of MinBidSize.
Constructor Details
#initialize(data = nil) ⇒ MinBidSize
Returns a new instance of MinBidSize.
9964 9965 9966 9967 9968 9969 9970 |
# File 'lib/quickfix_fields.rb', line 9964 def initialize(data = nil) if( data == nil ) super(647) else super(647, data) end end |
Class Method Details
.field ⇒ Object
9961 9962 9963 |
# File 'lib/quickfix_fields.rb', line 9961 def MinBidSize.field return 647 end |