Class: Quickfix::LegIndividualAllocID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegIndividualAllocID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegIndividualAllocID
constructor
A new instance of LegIndividualAllocID.
Constructor Details
#initialize(data = nil) ⇒ LegIndividualAllocID
Returns a new instance of LegIndividualAllocID.
6987 6988 6989 6990 6991 6992 6993 |
# File 'lib/quickfix_fields.rb', line 6987 def initialize(data = nil) if( data == nil ) super(672) else super(672, data) end end |
Class Method Details
.field ⇒ Object
6984 6985 6986 |
# File 'lib/quickfix_fields.rb', line 6984 def LegIndividualAllocID.field return 672 end |