Class: Quickfix::PaymentStreamPricingDayOfWeek

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



45181
45182
45183
45184
45185
45186
45187
# File 'lib/quickfix_fields.rb', line 45181

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

Class Method Details

.fieldObject



45178
45179
45180
# File 'lib/quickfix_fields.rb', line 45178

def PaymentStreamPricingDayOfWeek.field
  return 41228
end