Class: Quickfix::TriggerPrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::TriggerPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TriggerPrice
constructor
A new instance of TriggerPrice.
Constructor Details
#initialize(data = nil) ⇒ TriggerPrice
Returns a new instance of TriggerPrice.
14449 14450 14451 14452 14453 14454 14455 |
# File 'lib/quickfix_fields.rb', line 14449 def initialize(data = nil) if( data == nil ) super(1102) else super(1102, data) end end |
Class Method Details
.field ⇒ Object
14446 14447 14448 |
# File 'lib/quickfix_fields.rb', line 14446 def TriggerPrice.field return 1102 end |