Class: Quickfix::LegComplexEventCreditEventsXIDRef
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegComplexEventCreditEventsXIDRef
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventCreditEventsXIDRef
constructor
A new instance of LegComplexEventCreditEventsXIDRef.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventCreditEventsXIDRef
Returns a new instance of LegComplexEventCreditEventsXIDRef.
47742 47743 47744 47745 47746 47747 47748 |
# File 'lib/quickfix_fields.rb', line 47742 def initialize(data = nil) if( data == nil ) super(2242) else super(2242, data) end end |
Class Method Details
.field ⇒ Object
47739 47740 47741 |
# File 'lib/quickfix_fields.rb', line 47739 def LegComplexEventCreditEventsXIDRef.field return 2242 end |