Class: Quickfix::LegProvisionPartyRole

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) ⇒ LegProvisionPartyRole

Returns a new instance of LegProvisionPartyRole.



34261
34262
34263
34264
34265
34266
34267
# File 'lib/quickfix_fields.rb', line 34261

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

Class Method Details

.fieldObject



34258
34259
34260
# File 'lib/quickfix_fields.rb', line 34258

def LegProvisionPartyRole.field
  return 40536
end