Class: Quickfix::TriggerPriceDirection
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::TriggerPriceDirection
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TriggerPriceDirection
constructor
A new instance of TriggerPriceDirection.
Constructor Details
#initialize(data = nil) ⇒ TriggerPriceDirection
Returns a new instance of TriggerPriceDirection.
8443 8444 8445 8446 8447 8448 8449 |
# File 'lib/quickfix_fields.rb', line 8443 def initialize(data = nil) if( data == nil ) super(1109) else super(1109, data) end end |
Class Method Details
.field ⇒ Object
8440 8441 8442 |
# File 'lib/quickfix_fields.rb', line 8440 def TriggerPriceDirection.field return 1109 end |