Class: Quickfix::UnderlyingLegSecurityID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegSecurityID

Returns a new instance of UnderlyingLegSecurityID.



16217
16218
16219
16220
16221
16222
16223
# File 'lib/quickfix_fields.rb', line 16217

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

Class Method Details

.fieldObject



16214
16215
16216
# File 'lib/quickfix_fields.rb', line 16214

def UnderlyingLegSecurityID.field
  return 1332
end