Class: Quickfix::AllocLegRefID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::AllocLegRefID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocLegRefID
constructor
A new instance of AllocLegRefID.
Constructor Details
#initialize(data = nil) ⇒ AllocLegRefID
Returns a new instance of 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 |