Class: Quickfix::PaymentStreamPricingDate

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamPricingDate

Returns a new instance of PaymentStreamPricingDate.



45142
45143
45144
45145
45146
45147
45148
# File 'lib/quickfix_fields.rb', line 45142

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

Class Method Details

.fieldObject



45139
45140
45141
# File 'lib/quickfix_fields.rb', line 45139

def PaymentStreamPricingDate.field
  return 41225
end