Class: Quickfix::MarketSettlementPartyID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MarketSettlementPartyID

Returns a new instance of MarketSettlementPartyID.



79488
79489
79490
79491
79492
79493
79494
# File 'lib/quickfix_fields.rb', line 79488

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

Class Method Details

.fieldObject



79485
79486
79487
# File 'lib/quickfix_fields.rb', line 79485

def MarketSettlementPartyID.field
  return 20109
end