Class: Quickfix::DefaultCstmApplVerID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DefaultCstmApplVerID

Returns a new instance of DefaultCstmApplVerID.



903
904
905
906
907
908
909
# File 'lib/quickfix_fields.rb', line 903

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

Class Method Details

.fieldObject



900
901
902
# File 'lib/quickfix_fields.rb', line 900

def DefaultCstmApplVerID.field
  return 1408
end