Class: Quickfix::UnderlyingPaymentStreamNearestExchangeContractRefID

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

Returns a new instance of UnderlyingPaymentStreamNearestExchangeContractRefID.



73625
73626
73627
73628
73629
73630
73631
# File 'lib/quickfix_fields.rb', line 73625

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

Class Method Details

.fieldObject



73622
73623
73624
# File 'lib/quickfix_fields.rb', line 73622

def UnderlyingPaymentStreamNearestExchangeContractRefID.field
  return 42976
end