Class: Quickfix::AllocLegRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AllocLegRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocLegRefID
constructor
A new instance of AllocLegRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AllocLegRefID
75991 75992 75993 75994 75995 75996 75997 |
# File 'lib/quickfix_fields.rb', line 75991 def initialize(data = nil) if( data == nil ) super(2727) else super(2727, data) end end |
Class Method Details
.field ⇒ Object
75988 75989 75990 |
# File 'lib/quickfix_fields.rb', line 75988 def AllocLegRefID.field return 2727 end |