Class: Quickfix::DerivativePriceQuoteCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DerivativePriceQuoteCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativePriceQuoteCurrency
constructor
A new instance of DerivativePriceQuoteCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DerivativePriceQuoteCurrency
Returns a new instance of DerivativePriceQuoteCurrency.
21716 21717 21718 21719 21720 21721 21722 |
# File 'lib/quickfix_fields.rb', line 21716 def initialize(data = nil) if( data == nil ) super(1576) else super(1576, data) end end |
Class Method Details
.field ⇒ Object
21713 21714 21715 |
# File 'lib/quickfix_fields.rb', line 21713 def DerivativePriceQuoteCurrency.field return 1576 end |