Class: Quickfix::LegReferenceEntityType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegReferenceEntityType

Returns a new instance of LegReferenceEntityType.



42789
42790
42791
42792
42793
42794
42795
# File 'lib/quickfix_fields.rb', line 42789

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

Class Method Details

.fieldObject



42786
42787
42788
# File 'lib/quickfix_fields.rb', line 42786

def LegReferenceEntityType.field
  return 2171
end