Class: Quickfix::DefaultCstmApplVerID

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ DefaultCstmApplVerID

Returns a new instance of DefaultCstmApplVerID.



163488
163489
163490
163491
163492
163493
163494
# File 'ext/quickfix/QuickfixRuby.cpp', line 163488

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

Class Method Details

.fieldObject



18463
18464
18465
# File 'lib/quickfix_fields.rb', line 18463

def DefaultCstmApplVerID.field
  return 1408
end