Class: Quickfix::IndividualAllocID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::IndividualAllocID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ IndividualAllocID
constructor
A new instance of IndividualAllocID.
Constructor Details
#initialize(data = nil) ⇒ IndividualAllocID
Returns a new instance of IndividualAllocID.
13825 13826 13827 13828 13829 13830 13831 |
# File 'lib/quickfix_fields.rb', line 13825 def initialize(data = nil) if( data == nil ) super(467) else super(467, data) end end |
Class Method Details
.field ⇒ Object
13822 13823 13824 |
# File 'lib/quickfix_fields.rb', line 13822 def IndividualAllocID.field return 467 end |