Class: Quickfix::EncodedUnderlyingOptionExpirationDescLen

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EncodedUnderlyingOptionExpirationDescLen

Returns a new instance of EncodedUnderlyingOptionExpirationDescLen.



54281
54282
54283
54284
54285
54286
54287
# File 'lib/quickfix_fields.rb', line 54281

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