Class: Quickfix::DefaultCstmApplVerID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DefaultCstmApplVerID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DefaultCstmApplVerID
constructor
A new instance of DefaultCstmApplVerID.
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
.field ⇒ Object
900 901 902 |
# File 'lib/quickfix_fields.rb', line 900 def DefaultCstmApplVerID.field return 1408 end |