Class: Quickfix::EncodedUnderlyingIssuerLen
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::EncodedUnderlyingIssuerLen
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedUnderlyingIssuerLen
constructor
A new instance of EncodedUnderlyingIssuerLen.
Constructor Details
#initialize(data = nil) ⇒ EncodedUnderlyingIssuerLen
Returns a new instance of EncodedUnderlyingIssuerLen.
7806 7807 7808 7809 7810 7811 7812 |
# File 'lib/quickfix_fields.rb', line 7806 def initialize(data = nil) if( data == nil ) super(362) else super(362, data) end end |
Class Method Details
.field ⇒ Object
7803 7804 7805 |
# File 'lib/quickfix_fields.rb', line 7803 def .field return 362 end |