Class: Quickfix::NoOfLegUnderlyings
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoOfLegUnderlyings
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoOfLegUnderlyings
constructor
A new instance of NoOfLegUnderlyings.
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
.field ⇒ Object
10624 10625 10626 |
# File 'lib/quickfix_fields.rb', line 10624 def .field return 1342 end |