Class: Quickfix::UnderlyingSecurityID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSecurityID

Returns a new instance of UnderlyingSecurityID.



15398
15399
15400
15401
15402
15403
15404
# File 'lib/quickfix_fields.rb', line 15398

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

Class Method Details

.fieldObject



15395
15396
15397
# File 'lib/quickfix_fields.rb', line 15395

def UnderlyingSecurityID.field
  return 309
end