Class: Quickfix::NoLegPaymentStreamPricingDays

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



50511
50512
50513
50514
50515
50516
50517
# File 'lib/quickfix_fields.rb', line 50511

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

Class Method Details

.fieldObject



50508
50509
50510
# File 'lib/quickfix_fields.rb', line 50508

def NoLegPaymentStreamPricingDays.field
  return 41596
end