Class: Quickfix::LegProvisionOptionSinglePartySellerSide

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegProvisionOptionSinglePartySellerSide

Returns a new instance of LegProvisionOptionSinglePartySellerSide.



33247
33248
33249
33250
33251
33252
33253
# File 'lib/quickfix_fields.rb', line 33247

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

Class Method Details

.fieldObject



33244
33245
33246
# File 'lib/quickfix_fields.rb', line 33244

def LegProvisionOptionSinglePartySellerSide.field
  return 40458
end