Class: Quickfix::TriggerPriceType
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::TriggerPriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TriggerPriceType
constructor
A new instance of TriggerPriceType.
Constructor Details
#initialize(data = nil) ⇒ TriggerPriceType
Returns a new instance of TriggerPriceType.
9171 9172 9173 9174 9175 9176 9177 |
# File 'lib/quickfix_fields.rb', line 9171 def initialize(data = nil) if( data == nil ) super(1107) else super(1107, data) end end |
Class Method Details
.field ⇒ Object
9168 9169 9170 |
# File 'lib/quickfix_fields.rb', line 9168 def TriggerPriceType.field return 1107 end |