Class: Quickfix::ExDestinationIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ExDestinationIDSource



3815
3816
3817
3818
3819
3820
3821
# File 'lib/quickfix_fields.rb', line 3815

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

Class Method Details

.fieldObject



3812
3813
3814
# File 'lib/quickfix_fields.rb', line 3812

def ExDestinationIDSource.field
  return 1133
end