Class: Quickfix::UnderlyingComplexEventXIDRef

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) ⇒ UnderlyingComplexEventXIDRef

Returns a new instance of UnderlyingComplexEventXIDRef.



52799
52800
52801
52802
52803
52804
52805
# File 'lib/quickfix_fields.rb', line 52799

def initialize(data = nil)
  if( data == nil )
    super(2283)
  else
    super(2283, data)
  end
end

Class Method Details

.fieldObject



52796
52797
52798
# File 'lib/quickfix_fields.rb', line 52796

def UnderlyingComplexEventXIDRef.field
  return 2283
end