Class: Quickfix::ParentAllocID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ParentAllocID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ParentAllocID
constructor
A new instance of ParentAllocID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ParentAllocID
Returns a new instance of ParentAllocID.
21872 21873 21874 21875 21876 21877 21878 |
# File 'lib/quickfix_fields.rb', line 21872 def initialize(data = nil) if( data == nil ) super(1593) else super(1593, data) end end |
Class Method Details
.field ⇒ Object
21869 21870 21871 |
# File 'lib/quickfix_fields.rb', line 21869 def ParentAllocID.field return 1593 end |