Class: Quickfix::LegProtectionTermEventCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegProtectionTermEventCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermEventCurrency
constructor
A new instance of LegProtectionTermEventCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermEventCurrency
Returns a new instance of LegProtectionTermEventCurrency.
50927 50928 50929 50930 50931 50932 50933 |
# File 'lib/quickfix_fields.rb', line 50927 def initialize(data = nil) if( data == nil ) super(41628) else super(41628, data) end end |
Class Method Details
.field ⇒ Object
50924 50925 50926 |
# File 'lib/quickfix_fields.rb', line 50924 def LegProtectionTermEventCurrency.field return 41628 end |