Class: Quickfix::PriceProtectionScope
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::PriceProtectionScope
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PriceProtectionScope
constructor
A new instance of PriceProtectionScope.
Constructor Details
#initialize(data = nil) ⇒ PriceProtectionScope
Returns a new instance of PriceProtectionScope.
2801 2802 2803 2804 2805 2806 2807 |
# File 'lib/quickfix_fields.rb', line 2801 def initialize(data = nil) if( data == nil ) super(1092) else super(1092, data) end end |
Class Method Details
.field ⇒ Object
2798 2799 2800 |
# File 'lib/quickfix_fields.rb', line 2798 def PriceProtectionScope.field return 1092 end |