Class: Quickfix::UnderlyingLegSecurityType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegSecurityType

Returns a new instance of UnderlyingLegSecurityType.



8417
8418
8419
8420
8421
8422
8423
# File 'lib/quickfix_fields.rb', line 8417

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

Class Method Details

.fieldObject



8414
8415
8416
# File 'lib/quickfix_fields.rb', line 8414

def UnderlyingLegSecurityType.field
  return 1337
end