Class: Quickfix::CapPrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::CapPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CapPrice
constructor
A new instance of CapPrice.
Constructor Details
#initialize(data = nil) ⇒ CapPrice
Returns a new instance of CapPrice.
7364 7365 7366 7367 7368 7369 7370 |
# File 'lib/quickfix_fields.rb', line 7364 def initialize(data = nil) if( data == nil ) super(1199) else super(1199, data) end end |
Class Method Details
.field ⇒ Object
7361 7362 7363 |
# File 'lib/quickfix_fields.rb', line 7361 def CapPrice.field return 1199 end |