Class: Quickfix::UnderlyingLegOptAttribute

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegOptAttribute

Returns a new instance of UnderlyingLegOptAttribute.



9379
9380
9381
9382
9383
9384
9385
# File 'lib/quickfix_fields.rb', line 9379

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

Class Method Details

.fieldObject



9376
9377
9378
# File 'lib/quickfix_fields.rb', line 9376

def UnderlyingLegOptAttribute.field
  return 1391
end