Class: Quickfix::ProtectionTermCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProtectionTermCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermCurrency
constructor
A new instance of ProtectionTermCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermCurrency
Returns a new instance of ProtectionTermCurrency.
29685 29686 29687 29688 29689 29690 29691 |
# File 'lib/quickfix_fields.rb', line 29685 def initialize(data = nil) if( data == nil ) super(40183) else super(40183, data) end end |
Class Method Details
.field ⇒ Object
29682 29683 29684 |
# File 'lib/quickfix_fields.rb', line 29682 def ProtectionTermCurrency.field return 40183 end |