Class: Quickfix::NoPaymentStreamPricingDays

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

Returns a new instance of NoPaymentStreamPricingDays.



45168
45169
45170
45171
45172
45173
45174
# File 'lib/quickfix_fields.rb', line 45168

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

Class Method Details

.fieldObject



45165
45166
45167
# File 'lib/quickfix_fields.rb', line 45165

def NoPaymentStreamPricingDays.field
  return 41227
end