Class: Quickfix::CoverPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::CoverPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CoverPrice
constructor
A new instance of CoverPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ CoverPrice
Returns a new instance of CoverPrice.
24953 24954 24955 24956 24957 24958 24959 |
# File 'lib/quickfix_fields.rb', line 24953 def initialize(data = nil) if( data == nil ) super(1917) else super(1917, data) end end |
Class Method Details
.field ⇒ Object
24950 24951 24952 |
# File 'lib/quickfix_fields.rb', line 24950 def CoverPrice.field return 1917 end |