Class: Quickfix::SelfMatchPreventionID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SelfMatchPreventionID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SelfMatchPreventionID
constructor
A new instance of SelfMatchPreventionID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SelfMatchPreventionID
Returns a new instance of SelfMatchPreventionID.
75094 75095 75096 75097 75098 75099 75100 |
# File 'lib/quickfix_fields.rb', line 75094 def initialize(data = nil) if( data == nil ) super(2362) else super(2362, data) end end |
Class Method Details
.field ⇒ Object
75091 75092 75093 |
# File 'lib/quickfix_fields.rb', line 75091 def SelfMatchPreventionID.field return 2362 end |