Class: Quickfix::LegSecurityAltID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSecurityAltID



6584
6585
6586
6587
6588
6589
6590
# File 'lib/quickfix_fields.rb', line 6584

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

Class Method Details

.fieldObject



6581
6582
6583
# File 'lib/quickfix_fields.rb', line 6581

def LegSecurityAltID.field
  return 605
end