Class: Quickfix::LowLimitPrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LowLimitPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LowLimitPrice
constructor
A new instance of LowLimitPrice.
Constructor Details
#initialize(data = nil) ⇒ LowLimitPrice
Returns a new instance of LowLimitPrice.
11602 11603 11604 11605 11606 11607 11608 |
# File 'lib/quickfix_fields.rb', line 11602 def initialize(data = nil) if( data == nil ) super(1148) else super(1148, data) end end |
Class Method Details
.field ⇒ Object
11599 11600 11601 |
# File 'lib/quickfix_fields.rb', line 11599 def LowLimitPrice.field return 1148 end |