Class: Quickfix::UnderlyingProtectionTermCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProtectionTermCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermCurrency
constructor
A new instance of UnderlyingProtectionTermCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermCurrency
Returns a new instance of UnderlyingProtectionTermCurrency.
58740 58741 58742 58743 58744 58745 58746 |
# File 'lib/quickfix_fields.rb', line 58740 def initialize(data = nil) if( data == nil ) super(42070) else super(42070, data) end end |
Class Method Details
.field ⇒ Object
58737 58738 58739 |
# File 'lib/quickfix_fields.rb', line 58737 def .field return 42070 end |