Class: Quickfix::DerivativeStrikeCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DerivativeStrikeCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeStrikeCurrency
constructor
A new instance of DerivativeStrikeCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DerivativeStrikeCurrency
Returns a new instance of DerivativeStrikeCurrency.
16763 16764 16765 16766 16767 16768 16769 |
# File 'lib/quickfix_fields.rb', line 16763 def initialize(data = nil) if( data == nil ) super(1262) else super(1262, data) end end |
Class Method Details
.field ⇒ Object
16760 16761 16762 |
# File 'lib/quickfix_fields.rb', line 16760 def DerivativeStrikeCurrency.field return 1262 end |