Class: Quickfix::LegProtectionTermEventUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegProtectionTermEventUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermEventUnit
constructor
A new instance of LegProtectionTermEventUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermEventUnit
Returns a new instance of LegProtectionTermEventUnit.
50953 50954 50955 50956 50957 50958 50959 |
# File 'lib/quickfix_fields.rb', line 50953 def initialize(data = nil) if( data == nil ) super(41630) else super(41630, data) end end |
Class Method Details
.field ⇒ Object
50950 50951 50952 |
# File 'lib/quickfix_fields.rb', line 50950 def LegProtectionTermEventUnit.field return 41630 end |