Class: Quickfix::PriceRangeProductComplex
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PriceRangeProductComplex
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PriceRangeProductComplex
constructor
A new instance of PriceRangeProductComplex.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PriceRangeProductComplex
Returns a new instance of PriceRangeProductComplex.
62224 62225 62226 62227 62228 62229 62230 |
# File 'lib/quickfix_fields.rb', line 62224 def initialize(data = nil) if( data == nil ) super(2555) else super(2555, data) end end |
Class Method Details
.field ⇒ Object
62221 62222 62223 |
# File 'lib/quickfix_fields.rb', line 62221 def PriceRangeProductComplex.field return 2555 end |