Class: Quickfix::LegComplexEventCreditEventUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegComplexEventCreditEventUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventCreditEventUnit
constructor
A new instance of LegComplexEventCreditEventUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventCreditEventUnit
Returns a new instance of LegComplexEventCreditEventUnit.
47053 47054 47055 47056 47057 47058 47059 |
# File 'lib/quickfix_fields.rb', line 47053 def initialize(data = nil) if( data == nil ) super(41371) else super(41371, data) end end |
Class Method Details
.field ⇒ Object
47050 47051 47052 |
# File 'lib/quickfix_fields.rb', line 47050 def LegComplexEventCreditEventUnit.field return 41371 end |