Class: Quickfix::TriggerPriceTypeScope
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::TriggerPriceTypeScope
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TriggerPriceTypeScope
constructor
A new instance of TriggerPriceTypeScope.
Constructor Details
#initialize(data = nil) ⇒ TriggerPriceTypeScope
Returns a new instance of TriggerPriceTypeScope.
9444 9445 9446 9447 9448 9449 9450 |
# File 'lib/quickfix_fields.rb', line 9444 def initialize(data = nil) if( data == nil ) super(1108) else super(1108, data) end end |
Class Method Details
.field ⇒ Object
9441 9442 9443 |
# File 'lib/quickfix_fields.rb', line 9441 def TriggerPriceTypeScope.field return 1108 end |