Class: Quickfix::LegBenchmarkPriceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegBenchmarkPriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegBenchmarkPriceType
constructor
A new instance of LegBenchmarkPriceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegBenchmarkPriceType
Returns a new instance of LegBenchmarkPriceType.
9366 9367 9368 9369 9370 9371 9372 |
# File 'lib/quickfix_fields.rb', line 9366 def initialize(data = nil) if( data == nil ) super(680) else super(680, data) end end |
Class Method Details
.field ⇒ Object
9363 9364 9365 |
# File 'lib/quickfix_fields.rb', line 9363 def LegBenchmarkPriceType.field return 680 end |