Class: Quickfix::UnderlyingLegSymbol

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegSymbol

Returns a new instance of UnderlyingLegSymbol.



9236
9237
9238
9239
9240
9241
9242
# File 'lib/quickfix_fields.rb', line 9236

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

Class Method Details

.fieldObject



9233
9234
9235
# File 'lib/quickfix_fields.rb', line 9233

def UnderlyingLegSymbol.field
  return 1330
end