Class: Quickfix::LegComplexEventXIDRef

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

Returns a new instance of LegComplexEventXIDRef.



47820
47821
47822
47823
47824
47825
47826
# File 'lib/quickfix_fields.rb', line 47820

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

Class Method Details

.fieldObject



47817
47818
47819
# File 'lib/quickfix_fields.rb', line 47817

def LegComplexEventXIDRef.field
  return 2249
end