Class: Quickfix::DeliverToCompID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DeliverToCompID

Returns a new instance of DeliverToCompID.



734
735
736
737
738
739
740
# File 'lib/quickfix_fields.rb', line 734

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

Class Method Details

.fieldObject



731
732
733
# File 'lib/quickfix_fields.rb', line 731

def DeliverToCompID.field
  return 128
end