Class: Quickfix::NoLegPaymentStreamPricingDates

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

Returns a new instance of NoLegPaymentStreamPricingDates.



50472
50473
50474
50475
50476
50477
50478
# File 'lib/quickfix_fields.rb', line 50472

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

Class Method Details

.fieldObject



50469
50470
50471
# File 'lib/quickfix_fields.rb', line 50469

def NoLegPaymentStreamPricingDates.field
  return 41593
end