Class: Quickfix::MarketSettlementPartyRole

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

Returns a new instance of MarketSettlementPartyRole.



79501
79502
79503
79504
79505
79506
79507
# File 'lib/quickfix_fields.rb', line 79501

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

Class Method Details

.fieldObject



79498
79499
79500
# File 'lib/quickfix_fields.rb', line 79498

def MarketSettlementPartyRole.field
  return 20110
end