Class: Quickfix::ExDestinationType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ExDestinationType

Returns a new instance of ExDestinationType.



75692
75693
75694
75695
75696
75697
75698
# File 'lib/quickfix_fields.rb', line 75692

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