Class: Quickfix::UnderlyingProtectionTermEventCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProtectionTermEventCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventCurrency
constructor
A new instance of UnderlyingProtectionTermEventCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventCurrency
Returns a new instance of UnderlyingProtectionTermEventCurrency.
58870 58871 58872 58873 58874 58875 58876 |
# File 'lib/quickfix_fields.rb', line 58870 def initialize(data = nil) if( data == nil ) super(42080) else super(42080, data) end end |
Class Method Details
.field ⇒ Object
58867 58868 58869 |
# File 'lib/quickfix_fields.rb', line 58867 def .field return 42080 end |