Class: Quickfix::DerivativePriceQuoteMethod
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DerivativePriceQuoteMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativePriceQuoteMethod
constructor
A new instance of DerivativePriceQuoteMethod.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DerivativePriceQuoteMethod
Returns a new instance of DerivativePriceQuoteMethod.
17478 17479 17480 17481 17482 17483 17484 |
# File 'lib/quickfix_fields.rb', line 17478 def initialize(data = nil) if( data == nil ) super(1318) else super(1318, data) end end |
Class Method Details
.field ⇒ Object
17475 17476 17477 |
# File 'lib/quickfix_fields.rb', line 17475 def DerivativePriceQuoteMethod.field return 1318 end |