Class: Quickfix::LegComplexEventCreditEventsXIDRef
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegComplexEventCreditEventsXIDRef
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventCreditEventsXIDRef
constructor
A new instance of LegComplexEventCreditEventsXIDRef.
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 |