Class: Quickfix::LegAllocAcctIDSource

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegAllocAcctIDSource



18284
18285
18286
18287
18288
18289
18290
# File 'lib/quickfix_fields.rb', line 18284

def initialize(data = nil)
  if( data == nil )
    super(674)
  else
    super(674, data)
  end
end

Class Method Details

.fieldObject



18281
18282
18283
# File 'lib/quickfix_fields.rb', line 18281

def LegAllocAcctIDSource.field
  return 674
end