Class: Quickfix::PaymentStreamBoundsFirstDateUnadjusted

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

Returns a new instance of PaymentStreamBoundsFirstDateUnadjusted.



68698
68699
68700
68701
68702
68703
68704
# File 'lib/quickfix_fields.rb', line 68698

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

Class Method Details

.fieldObject



68695
68696
68697
# File 'lib/quickfix_fields.rb', line 68695

def PaymentStreamBoundsFirstDateUnadjusted.field
  return 42618
end