Class: Quickfix::NoOfLegUnderlyings

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoOfLegUnderlyings

Returns a new instance of NoOfLegUnderlyings.



10627
10628
10629
10630
10631
10632
10633
# File 'lib/quickfix_fields.rb', line 10627

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

Class Method Details

.fieldObject



10624
10625
10626
# File 'lib/quickfix_fields.rb', line 10624

def NoOfLegUnderlyings.field
  return 1342
end