Class: Quickfix::UnderlyingComplexEventCreditEventsXIDRef
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventCreditEventsXIDRef
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventsXIDRef
constructor
A new instance of UnderlyingComplexEventCreditEventsXIDRef.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventsXIDRef
Returns a new instance of UnderlyingComplexEventCreditEventsXIDRef.
52721 52722 52723 52724 52725 52726 52727 |
# File 'lib/quickfix_fields.rb', line 52721 def initialize(data = nil) if( data == nil ) super(2277) else super(2277, data) end end |
Class Method Details
.field ⇒ Object
52718 52719 52720 |
# File 'lib/quickfix_fields.rb', line 52718 def .field return 2277 end |