Class: Quickfix::ComplexEventCreditEventUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexEventCreditEventUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventCreditEventUnit
constructor
A new instance of ComplexEventCreditEventUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexEventCreditEventUnit
Returns a new instance of ComplexEventCreditEventUnit.
40800 40801 40802 40803 40804 40805 40806 |
# File 'lib/quickfix_fields.rb', line 40800 def initialize(data = nil) if( data == nil ) super(41002) else super(41002, data) end end |
Class Method Details
.field ⇒ Object
40797 40798 40799 |
# File 'lib/quickfix_fields.rb', line 40797 def ComplexEventCreditEventUnit.field return 41002 end |