Class: Quickfix::ProvisionOptionSinglePartySellerSide

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProvisionOptionSinglePartySellerSide



28606
28607
28608
28609
28610
28611
28612
# File 'lib/quickfix_fields.rb', line 28606

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