Class: Quickfix::LegFloorPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegFloorPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegFloorPrice
constructor
A new instance of LegFloorPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegFloorPrice
Returns a new instance of LegFloorPrice.
43179 43180 43181 43182 43183 43184 43185 |
# File 'lib/quickfix_fields.rb', line 43179 def initialize(data = nil) if( data == nil ) super(2201) else super(2201, data) end end |
Class Method Details
.field ⇒ Object
43176 43177 43178 |
# File 'lib/quickfix_fields.rb', line 43176 def LegFloorPrice.field return 2201 end |