Class: Quickfix::UnderlyingProvisionOptionExpirationDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionOptionExpirationDateRelativeTo

Returns a new instance of UnderlyingProvisionOptionExpirationDateRelativeTo.



59585
59586
59587
59588
59589
59590
59591
# File 'lib/quickfix_fields.rb', line 59585

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