Class: Quickfix::ComplexEventCreditEventsXIDRef

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



41385
41386
41387
41388
41389
41390
41391
# File 'lib/quickfix_fields.rb', line 41385

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

Class Method Details

.fieldObject



41382
41383
41384
# File 'lib/quickfix_fields.rb', line 41382

def ComplexEventCreditEventsXIDRef.field
  return 2133
end