Class: Quickfix::PriorSettlPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PriorSettlPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PriorSettlPrice
constructor
A new instance of PriorSettlPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PriorSettlPrice
Returns a new instance of PriorSettlPrice.
10055 10056 10057 10058 10059 10060 10061 |
# File 'lib/quickfix_fields.rb', line 10055 def initialize(data = nil) if( data == nil ) super(734) else super(734, data) end end |
Class Method Details
.field ⇒ Object
10052 10053 10054 |
# File 'lib/quickfix_fields.rb', line 10052 def PriorSettlPrice.field return 734 end |