Class: Quickfix::UnderlyingComplexEventCreditEventsXIDRef

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



52718
52719
52720
# File 'lib/quickfix_fields.rb', line 52718

def UnderlyingComplexEventCreditEventsXIDRef.field
  return 2277
end