Class: Quickfix::LiquidityPctHigh
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LiquidityPctHigh
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LiquidityPctHigh
constructor
A new instance of LiquidityPctHigh.
Constructor Details
#initialize(data = nil) ⇒ LiquidityPctHigh
18531 18532 18533 18534 18535 18536 18537 |
# File 'lib/quickfix_fields.rb', line 18531 def initialize(data = nil) if( data == nil ) super(403) else super(403, data) end end |
Class Method Details
.field ⇒ Object
18528 18529 18530 |
# File 'lib/quickfix_fields.rb', line 18528 def LiquidityPctHigh.field return 403 end |