Class: Quickfix::PaymentStreamPricingDateType

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

Returns a new instance of PaymentStreamPricingDateType.



45155
45156
45157
45158
45159
45160
45161
# File 'lib/quickfix_fields.rb', line 45155

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

Class Method Details

.fieldObject



45152
45153
45154
# File 'lib/quickfix_fields.rb', line 45152

def PaymentStreamPricingDateType.field
  return 41226
end