Class: Quickfix::LegPriceType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPriceType
constructor
A new instance of LegPriceType.
Constructor Details
#initialize(data = nil) ⇒ LegPriceType
Returns a new instance of LegPriceType.
16828 16829 16830 16831 16832 16833 16834 |
# File 'lib/quickfix_fields.rb', line 16828 def initialize(data = nil) if( data == nil ) super(686) else super(686, data) end end |
Class Method Details
.field ⇒ Object
16825 16826 16827 |
# File 'lib/quickfix_fields.rb', line 16825 def LegPriceType.field return 686 end |