Class: Quickfix::PaymentStreamPricingDayType

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

Returns a new instance of PaymentStreamPricingDayType.



45012
45013
45014
45015
45016
45017
45018
# File 'lib/quickfix_fields.rb', line 45012

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

Class Method Details

.fieldObject



45009
45010
45011
# File 'lib/quickfix_fields.rb', line 45009

def PaymentStreamPricingDayType.field
  return 41213
end