Class: Quickfix::DerivativePriceQuoteMethod
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ DerivativePriceQuoteMethod
Returns a new instance of DerivativePriceQuoteMethod.
3906 3907 3908 3909 3910 3911 3912 |
# File 'lib/quickfix_fields.rb', line 3906 def initialize(data = nil) if( data == nil ) super(1318) else super(1318, data) end end |
Class Method Details
.field ⇒ Object
3903 3904 3905 |
# File 'lib/quickfix_fields.rb', line 3903 def DerivativePriceQuoteMethod.field return 1318 end |