Class: Quickfix::LegStrikePrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegStrikePrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStrikePrice
constructor
A new instance of LegStrikePrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegStrikePrice
Returns a new instance of LegStrikePrice.
8313 8314 8315 8316 8317 8318 8319 |
# File 'lib/quickfix_fields.rb', line 8313 def initialize(data = nil) if( data == nil ) super(612) else super(612, data) end end |
Class Method Details
.field ⇒ Object
8310 8311 8312 |
# File 'lib/quickfix_fields.rb', line 8310 def LegStrikePrice.field return 612 end |